Skip to content

Commit c5eacbd

Browse files
Merge pull request #274 from step-security/Raj-StepSecurity-patch-1
Update auto_cherry_pick.yml
2 parents 481c676 + 9d55b3a commit c5eacbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ permissions:
2020
issues: write
2121

2222
jobs:
23-
audit-fix:
24-
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_UpStream-Changes-Cherry-Pick
23+
cherry-pick:
24+
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
2525
with:
2626
original-owner: "fkirc"
2727
repo-name: "skip-duplicate-actions"
2828
base_branch: ${{ inputs.base_branch }}
29-
script: ${{ inputs.script }}
29+
script: ${{ inputs.script }}

0 commit comments

Comments
 (0)