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 2b67484 commit bff5ca0Copy full SHA for bff5ca0
action.yml
@@ -16,6 +16,7 @@ runs:
16
- name: Validate Plugin Tested Up To Version
17
env:
18
PLUGIN_PATH: ${{ inputs.plugin-path }}
19
+ shell: bash
20
run: bash bin/validate-plugin-version.sh ${{ inputs.plugin-path }}
21
- name: Create Pull Request
22
if: # something here
0 commit comments