Skip to content

Commit fab87df

Browse files
committed
CI: debugging push access
1 parent df6e7c7 commit fab87df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/netlify-deploy-release.yml

+9
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ jobs:
3535
- name: Set remote url with github token
3636
run: git remote set-url origin https://${{ secrets.ACTION_GITHUB_BOT }}@github.com/on3iro/aeons-end-randomizer
3737

38+
- name: Git branch
39+
run: git branch
40+
41+
- name: Git remote
42+
run: git remote
43+
44+
- name: Git remote url
45+
run: git remote get-url origin
46+
3847
- name: Push version commit
3948
run: git push origin main
4049

0 commit comments

Comments
 (0)