diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index 7db85cc7..2a639364 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -95,7 +95,7 @@ jobs: git config --global user.name "OONI Github Actions Bot" git add . >> "$GITHUB_OUTPUT" git commit -m "skip-terraform: autoupdate terraform outputs" || echo "No changes to commit" >> "$GITHUB_OUTPUT" - git push origin HEAD:${{ github.event.pull_request && github.head_ref || github.ref_name }}" >> "$GITHUB_OUTPUT" + git push origin HEAD:${{ github.event.pull_request && github.head_ref || github.ref_name }} >> "$GITHUB_OUTPUT" echo "EOF" >> "$GITHUB_OUTPUT" env: GITHUB_REF: ${{ github.ref }}