Skip to content

Commit f9ae318

Browse files
committed
fixes the git actions workflow error
Signed-off-by: Aditya Gidh <[email protected]>
1 parent 135b157 commit f9ae318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cherry-pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Cherry-pick commit
2525
run: |
2626
git checkout release-1.0
27-
git cherry-pick ${{ github.event.pull_request.merge_commit_sha }}
27+
git cherry-pick -m 1 ${{ github.event.pull_request.merge_commit_sha }}
2828
2929
- name: Create Pull Request
3030
uses: peter-evans/create-pull-request@v7

0 commit comments

Comments
 (0)