Skip to content

Commit b075d4a

Browse files
Merge pull request #99 from step-security/Raj-StepSecurity-patch-1
Update auto_cherry_pick.yml
2 parents 7ee3dc4 + 1917a16 commit b075d4a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
description: "Specify the npm/yarn script to run if available"
1212
required: false
1313
default: "npm run test"
14-
1514

1615
permissions:
1716
contents: write
@@ -20,10 +19,10 @@ permissions:
2019
issues: write
2120

2221
jobs:
23-
audit-fix:
22+
cherry-pick:
2423
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
2524
with:
2625
original-owner: "supercharge"
2726
repo-name: "mongodb-github-action"
2827
base_branch: ${{ inputs.base_branch }}
29-
script: ${{ inputs.script }}
28+
script: ${{ inputs.script }}

0 commit comments

Comments
 (0)