We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21cd9c5 + 8ae53eb commit b39b6dcCopy full SHA for b39b6dc
1 file changed
.github/workflows/auto_cherry_pick.yml
@@ -14,7 +14,7 @@ on:
14
script:
15
description: "Specify a script to run after audit fix"
16
required: false
17
- default: "yarn build"
+ default: "yarn run all"
18
19
permissions:
20
contents: write
@@ -24,10 +24,10 @@ permissions:
24
25
jobs:
26
audit-fix:
27
- uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_UpStream-Changes-Cherry-Pick
+ uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick
28
with:
29
original-owner: "crazy-max"
30
repo-name: "ghaction-setup-docker"
31
base_branch: ${{ inputs.base_branch }}
32
package_manager: "yarn"
33
- script: ${{ inputs.script || 'yarn build' }}
+ script: ${{ inputs.script || 'yarn run all' }}
0 commit comments