Skip to content

Commit 7ab64d7

Browse files
committed
define the other option (besides draft)
1 parent 23ee6c6 commit 7ab64d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ inputs:
2626
required: false
2727
default: 'main'
2828
pr-status:
29-
description: The status of the PR to create. Default is 'draft'.
29+
description: The status of the PR to create. Default is 'draft'. Accepts 'draft' or 'open'.
3030
required: false
3131
default: 'draft'
3232
runs:
@@ -49,5 +49,6 @@ runs:
4949
GH_TOKEN: ${{ inputs.gh-token }}
5050
FILENAMES: ${{ inputs.filenames }}
5151
BRANCH: ${{ inputs.branch }}
52+
PR_STATUS: ${{ inputs.pr-status }}
5253
run: bash ${{ github.action_path }}/bin/validate-plugin-version.sh
5354

0 commit comments

Comments
 (0)