From 0bce5b1daa2c8e8f0fc525d404c360fa74d9b189 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 14:16:29 -0400 Subject: [PATCH] Update update-be-new-migration-latest-timestamp.yml --- .github/workflows/update-be-new-migration-latest-timestamp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-be-new-migration-latest-timestamp.yml b/.github/workflows/update-be-new-migration-latest-timestamp.yml index 4c9ac3b3b..f8030a450 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 HEAD:origin/main + git push https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git HEAD:refs/heads/main