diff --git a/.github/workflows/update-checksum.yaml b/.github/workflows/update-checksum.yaml index b4575dc2..d5810121 100644 --- a/.github/workflows/update-checksum.yaml +++ b/.github/workflows/update-checksum.yaml @@ -35,5 +35,5 @@ jobs: git config --global user.email "actions@github.com" git add -A git commit --author . -m "chore(aqua): update checksum" - git push + git push origin HEAD:${{ github.ref }} if: steps.diff.outcome == 'failure'