Skip to content

Commit

Permalink
CI: debugging push access
Browse files Browse the repository at this point in the history
  • Loading branch information
on3iro committed Sep 1, 2021
1 parent df6e7c7 commit fab87df
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/netlify-deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ jobs:
- name: Set remote url with github token
run: git remote set-url origin https://${{ secrets.ACTION_GITHUB_BOT }}@github.com/on3iro/aeons-end-randomizer

- name: Git branch
run: git branch

- name: Git remote
run: git remote

- name: Git remote url
run: git remote get-url origin

- name: Push version commit
run: git push origin main

Expand Down

0 comments on commit fab87df

Please sign in to comment.