From baba4115027daef039a8a3ff83df0a1c1a72189e Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 26 Apr 2024 13:58:01 -0400 Subject: [PATCH] Update update-be-new-migration-latest-timestamp.yml --- .github/workflows/update-be-new-migration-latest-timestamp.yml | 3 ++- 1 file changed, 2 insertions(+), 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 f137ea93a..09e8c7d77 100644 --- a/.github/workflows/update-be-new-migration-latest-timestamp.yml +++ b/.github/workflows/update-be-new-migration-latest-timestamp.yml @@ -34,4 +34,5 @@ jobs: env: TOKEN: ${{ secrets.GH_PERSONAL_TOKEN }} run: | - git push https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git HEAD:main + git remote add origin https://$GITHUB_ACTOR:$TOKEN@github.com/${{ github.repository }}.git + git push origin HEAD:main