From 5cf3d72ada33a8d9bd6e18a933481827a648ece5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arturo=20Filast=C3=B2?= Date: Sat, 3 Feb 2024 00:14:50 +0100 Subject: [PATCH] Fix push command --- .github/workflows/deploy_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_production.yml b/.github/workflows/deploy_production.yml index f8bce5ea..02e7456f 100644 --- a/.github/workflows/deploy_production.yml +++ b/.github/workflows/deploy_production.yml @@ -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