Skip to content

Commit 02a3053

Browse files
Update auto_cherry_pick.yml
1 parent a1156cc commit 02a3053

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
@@ -33,7 +33,7 @@ permissions:
3333
jobs:
3434
cherry-pick:
3535
if: github.event_name == 'workflow_dispatch' || contains(fromJson(toJson(github.event.pull_request.labels)).*.name, 'review-required')
36-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick
36+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
3737
with:
3838
original-owner: "tj-actions"
3939
repo-name: "changed-files"

0 commit comments

Comments
 (0)