Skip to content

Commit

Permalink
Could it be so simple?
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Feb 2, 2024
1 parent dbf598e commit 28234d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +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"
BRANCH_NAME="${GITHUB_REF#refs/heads/}"
git push -u origin "${BRANCH_NAME}" >> "$GITHUB_OUTPUT"
git push" >> "$GITHUB_OUTPUT"
echo "EOF" >> "$GITHUB_OUTPUT"
env:
GITHUB_REF: ${{ github.ref }}
Expand Down

0 comments on commit 28234d9

Please sign in to comment.