Skip to content

Commit

Permalink
Merge pull request #9 from peepmaster/peepmaster-patch-6
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 1ab74f9 + 4044d31 commit 3f89d22
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}}
git cherry-pick ${{github.event.pull_request.head.sha}}
git push origin main

0 comments on commit 3f89d22

Please sign in to comment.