Update update-be-new-migration-latest-timestamp.yml

This commit is contained in:
Maidul Islam
2024-04-26 13:58:01 -04:00
committed by GitHub
parent 4e8556dec2
commit baba411502

View File

@@ -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