We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5e614 commit 8d93d91Copy full SHA for 8d93d91
1 file changed
.github/workflows/auto_cherry_pick.yml
@@ -26,8 +26,8 @@ jobs:
26
audit-fix:
27
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@fix_UpStream-Changes-Cherry-Pick
28
with:
29
- original-owner: "jwalton"
30
- repo-name: "gh-docker-logs"
+ original-owner: "crazy-max"
+ repo-name: "ghaction-setup-docker"
31
base_branch: ${{ inputs.base_branch }}
32
package_manager: "yarn"
33
script: ${{ inputs.script || 'yarn build' }}
0 commit comments