Skip to content

Commit 9389658

Browse files
worfklow updated
1 parent c70837c commit 9389658

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/auto_cherry_pick.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
description: "Base branch to create the PR against"
88
required: true
99
default: "main"
10-
script:
11-
required: false
12-
default: "npm run all"
1310

1411
permissions:
1512
contents: write
@@ -23,5 +20,4 @@ jobs:
2320
with:
2421
original-owner: "chrisdickinson"
2522
repo-name: "setup-yq"
26-
base_branch: ${{ inputs.base_branch }}
27-
script: ${{ inputs.script }}
23+
base_branch: ${{ inputs.base_branch }}

0 commit comments

Comments
 (0)