Skip to content

Commit

Permalink
diffrent attempt to push
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Dec 19, 2023
1 parent 4ec19bc commit 2808cf5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,4 @@ jobs:
git commit -m "Auto update manpages"
- name: Push to Fork
run: git push origin HEAD:${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: git push https://github.com/${{ github.actor }}/${{ github.repository }}.git HEAD:${{ github.head_ref }}

0 comments on commit 2808cf5

Please sign in to comment.