diff --git a/.github/workflows/update-be-new-migration-latest-timestamp.yml b/.github/workflows/update-be-new-migration-latest-timestamp.yml index 9f40ad674..4c9ac3b3b 100644 --- a/.github/workflows/update-be-new-migration-latest-timestamp.yml +++ b/.github/workflows/update-be-new-migration-latest-timestamp.yml @@ -34,4 +34,4 @@ jobs: env: TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }} run: | - git push https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git origin HEAD:main + git push https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git HEAD:origin/main