From bde853d280c6ceaae0a26afde3bd9c84ef520a07 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 14:01:47 -0400 Subject: [PATCH] Update update-be-new-migration-latest-timestamp.yml --- .github/workflows/update-be-new-migration-latest-timestamp.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update-be-new-migration-latest-timestamp.yml b/.github/workflows/update-be-new-migration-latest-timestamp.yml index 09e8c7d77..9f40ad674 100644 --- a/.github/workflows/update-be-new-migration-latest-timestamp.yml +++ b/.github/workflows/update-be-new-migration-latest-timestamp.yml @@ -34,5 +34,4 @@ jobs: env: TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }} run: | - git remote add origin https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git - git push origin HEAD:main + git push https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git origin HEAD:main