diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 79b4acd..9b8c1e9 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -32,4 +32,4 @@ jobs: git config --global user.email "noreply@oss.acmcsuf.com" git config --global user.name "acmcsufoss" git commit -am "Update HTML" - git push + git push origin HEAD:${{ github.ref }}