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 a3007fd commit c3a1d43Copy full SHA for c3a1d43
action.yml
@@ -24,7 +24,6 @@ inputs:
24
branch:
25
description: The branch to use as the base for PRs and commit the changes back to.
26
required: false
27
- default: 'main'
28
pr-status:
29
description: The status of the PR to create. Default is 'draft'. Accepts 'draft' or 'open'.
30
@@ -50,5 +49,6 @@ runs:
50
49
FILENAMES: ${{ inputs.filenames }}
51
BRANCH: ${{ inputs.branch }}
52
PR_STATUS: ${{ inputs.pr-status }}
+ GITHUB_BASE_REF: ${{ github.base_ref }}
53
run: bash ${{ github.action_path }}/bin/validate-plugin-version.sh
54
0 commit comments