Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 39102e3 commit 8bf2cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 8bf2cd8

Please sign in to comment.