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 23ee6c6 commit 7ab64d7Copy full SHA for 7ab64d7
action.yml
@@ -26,7 +26,7 @@ inputs:
26
required: false
27
default: 'main'
28
pr-status:
29
- description: The status of the PR to create. Default is 'draft'.
+ description: The status of the PR to create. Default is 'draft'. Accepts 'draft' or 'open'.
30
31
default: 'draft'
32
runs:
@@ -49,5 +49,6 @@ runs:
49
GH_TOKEN: ${{ inputs.gh-token }}
50
FILENAMES: ${{ inputs.filenames }}
51
BRANCH: ${{ inputs.branch }}
52
+ PR_STATUS: ${{ inputs.pr-status }}
53
run: bash ${{ github.action_path }}/bin/validate-plugin-version.sh
54
0 commit comments