We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 481c676 + 9d55b3a commit c5eacbdCopy full SHA for c5eacbd
.github/workflows/auto_cherry_pick.yml
@@ -20,10 +20,10 @@ permissions:
20
issues: write
21
22
jobs:
23
- audit-fix:
24
- uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_UpStream-Changes-Cherry-Pick
+ cherry-pick:
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
25
with:
26
original-owner: "fkirc"
27
repo-name: "skip-duplicate-actions"
28
base_branch: ${{ inputs.base_branch }}
29
- script: ${{ inputs.script }}
+ script: ${{ inputs.script }}
0 commit comments