Skip to content

Commit

Permalink
Fix push command
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent 5e30a16 commit 5cf3d72
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 @@ -92,7 +92,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.head_ref }} >> "$GITHUB_OUTPUT"
git push origin ${{ github.head_ref }} >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
- uses: actions/github-script@v6
Expand Down

0 comments on commit 5cf3d72

Please sign in to comment.