diff --git a/.github/workflows/fork-cherry-pick.yml b/.github/workflows/fork-cherry-pick.yml index f7d395eef002..79bc5729a83f 100644 --- a/.github/workflows/fork-cherry-pick.yml +++ b/.github/workflows/fork-cherry-pick.yml @@ -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