Skip to content

Commit

Permalink
Merge pull request #8 from peepmaster/peepmaster-patch-5
Browse files Browse the repository at this point in the history
Update fork-cherry-pick.yml
  • Loading branch information
peepmaster authored Jul 6, 2022
2 parents 24ea375 + 94e0e96 commit 1ab74f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fork-cherry-pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
run: |
git remote add fork https://github.com/${{github.event.pull_request.head.repo.full_name}}.git
git fetch fork
git cherry-pick ${{github.event.pull_request.head.number}}
git cherry-pick ${{github.event.pull_request.head}}
git push origin main

0 comments on commit 1ab74f9

Please sign in to comment.