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.
1 parent 3160045 commit c9375e3Copy full SHA for c9375e3
.github/workflows/auto_cherry_pick.yml
@@ -11,7 +11,6 @@ on:
11
description: "Specify the npm/yarn script to run if available"
12
required: false
13
default: "npm run test"
14
-
15
16
permissions:
17
contents: write
@@ -20,10 +19,10 @@ permissions:
20
19
issues: write
21
22
jobs:
23
- audit-fix:
+ cherry-pick:
24
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
25
with:
26
original-owner: "supercharge"
27
repo-name: "mongodb-github-action"
28
base_branch: ${{ inputs.base_branch }}
29
- script: ${{ inputs.script }}
+ script: ${{ inputs.script }}
0 commit comments