Skip to content

Commit

Permalink
Update Git remote URL and push changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Jan 9, 2024
1 parent 1595583 commit caf3f01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/man-page-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
run: |
git config --global user.name 'GitHub Actions'
git config --global user.email '[email protected]'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git add -A
git commit -m "Generated man pages"
git push
git commit -m "Generated man pages" || echo "No changes to commit"
git push origin HEAD:${{ github.ref }}

0 comments on commit caf3f01

Please sign in to comment.