diff --git a/.github/workflows/test-push-master.yaml b/.github/workflows/test-push-master.yaml index 778e360..2dfe05c 100644 --- a/.github/workflows/test-push-master.yaml +++ b/.github/workflows/test-push-master.yaml @@ -28,6 +28,7 @@ jobs: touch test-push-master git add test-push-master git commit -m "test-push-master" + git remote -v git push -u origin master env: GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }} \ No newline at end of file