Skip to content

Commit

Permalink
added 'origin' to the push command
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-ang9 committed Dec 19, 2023
1 parent d7517b7 commit 9f88111
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_manpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Push to Fork
run: |
git push https://github.com/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.head_ref }}:${{ github.head_ref }}
git push origin https://github.com/${{ github.repository_owner }}/${{ github.repository }}.git ${{ github.head_ref }}:${{ github.head_ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9f88111

Please sign in to comment.