From 4f92663b66598ea6f7e5474e01987ee820066816 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 14:09:15 -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 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