diff options
Diffstat (limited to '.github/workflows')
| -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 39282fe8a..f94b71420 100644 --- a/.github/workflows/deployment_promote.yml +++ b/.github/workflows/deployment_promote.yml @@ -24,7 +24,7 @@ jobs: uses: ./.github/actions/deploy-request with: sha: ${{ github.sha }} - ref: ${{ github.ref }} + ref: ${{ matrix.refname }} new_deploy: false api_username: ${{ secrets.BOT_MASTER_RW_GITHUB_USERNAME }} api_token: ${{ secrets.BOT_MASTER_RW_GITHUB_TOKEN }} |
