Skip to content

Commit 7a9cecb

Browse files
Update auto_cherry_pick.yml
1 parent 7304aab commit 7a9cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
cherry-pick:
2929
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
30-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@0d860ba5d2eec2d2934985dabebd21f9b6c5cef0
30+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_Verify_cherry_pick-Logic
3131
with:
3232
original-owner: "jdx"
3333
repo-name: "mise-action"

0 commit comments

Comments
 (0)