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 bff5ca0 commit 8508d22Copy full SHA for 8508d22
action.yml
@@ -14,11 +14,11 @@ runs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: Validate Plugin Tested Up To Version
17
+ shell: bash
18
env:
19
PLUGIN_PATH: ${{ inputs.plugin-path }}
- shell: bash
20
run: bash bin/validate-plugin-version.sh ${{ inputs.plugin-path }}
21
- - name: Create Pull Request
22
- if: # something here
+ # - name: Create Pull Request
+ # if: # something here
23
# Create a pull request with the changes made from running the script.
24
0 commit comments