diff options
Diffstat (limited to '.github/workflows/deployment_promote.yml')
| -rw-r--r-- | .github/workflows/deployment_promote.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deployment_promote.yml b/.github/workflows/deployment_promote.yml index cae867bdc..5a24004e7 100644 --- a/.github/workflows/deployment_promote.yml +++ b/.github/workflows/deployment_promote.yml @@ -23,7 +23,7 @@ jobs: - name: request-scheduled-promote uses: ./.github/actions/deploy-request with: - sha: ${{ github.sha }} + sha: HEAD ref: ${{ matrix.refname }} new_deploy: false api_username: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} |
