Skip to content

Commit 8508d22

Browse files
committed
comment out the part we're not using yet
1 parent bff5ca0 commit 8508d22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ runs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: Validate Plugin Tested Up To Version
17+
shell: bash
1718
env:
1819
PLUGIN_PATH: ${{ inputs.plugin-path }}
19-
shell: bash
2020
run: bash bin/validate-plugin-version.sh ${{ inputs.plugin-path }}
21-
- name: Create Pull Request
22-
if: # something here
21+
# - name: Create Pull Request
22+
# if: # something here
2323
# Create a pull request with the changes made from running the script.
2424

0 commit comments

Comments
 (0)