5
.github/workflows/deploy_compose.yml
vendored
5
.github/workflows/deploy_compose.yml
vendored
@@ -9,10 +9,6 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: ${{ github.repository }}
|
default: ${{ github.repository }}
|
||||||
compose_ref:
|
|
||||||
required: false
|
|
||||||
type: string
|
|
||||||
default: ${{ github.ref }}
|
|
||||||
stack_file_name:
|
stack_file_name:
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
@@ -37,7 +33,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: ${{ inputs.compose_repository }}
|
repository: ${{ inputs.compose_repository }}
|
||||||
ref: ${{ inputs.compose_ref }}
|
|
||||||
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
|
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: check info
|
- name: check info
|
||||||
|
|||||||
Reference in New Issue
Block a user