From cd76b95489d485402458b88c5be7fb590061a386 Mon Sep 17 00:00:00 2001 From: smf Date: Sun, 10 Mar 2024 23:22:50 +0800 Subject: [PATCH] revert 8cbac145d2c7827bbb2350b7e6d27f16213569a9 revert revert 60c774ca0e3c81aa295a4336b34c6af2c8c17fb8 revert ref --- .github/workflows/deploy_compose.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/deploy_compose.yml b/.github/workflows/deploy_compose.yml index 7bb4e6a..8d52b4e 100644 --- a/.github/workflows/deploy_compose.yml +++ b/.github/workflows/deploy_compose.yml @@ -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