Skip to content

Commit c3a1d43

Browse files
committed
add GITHUB_BASE_REF
1 parent a3007fd commit c3a1d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ inputs:
2424
branch:
2525
description: The branch to use as the base for PRs and commit the changes back to.
2626
required: false
27-
default: 'main'
2827
pr-status:
2928
description: The status of the PR to create. Default is 'draft'. Accepts 'draft' or 'open'.
3029
required: false
@@ -50,5 +49,6 @@ runs:
5049
FILENAMES: ${{ inputs.filenames }}
5150
BRANCH: ${{ inputs.branch }}
5251
PR_STATUS: ${{ inputs.pr-status }}
52+
GITHUB_BASE_REF: ${{ github.base_ref }}
5353
run: bash ${{ github.action_path }}/bin/validate-plugin-version.sh
5454

0 commit comments

Comments
 (0)