This commit is contained in:
smf
2024-03-10 21:42:54 +08:00
parent b0e741036f
commit 60c774ca0e

View File

@@ -9,6 +9,10 @@ on:
required: false
type: string
default: ${{ github.repository }}
compose_ref:
required: false
type: string
default: ${{ github.ref }}
stack_file_name:
required: false
type: string
@@ -33,6 +37,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: ${{ inputs.compose_repository }}
ref: ${{ inputs.compose_ref }}
token: ${{ secrets.REPOS_ACCESS_TOKEN }}
- name: check info