File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ A GitHub action that validates the last tested plugin version against the curren
1010name : Validate Plugin Version
1111on :
1212 push :
13- branches:
14- - main
13+ branches :
14+ - main
1515jobs :
1616 validate :
17- runs-on: ubuntu-latest
18- steps:
19- - uses: actions/checkout@v2
20- - name: Validate Plugin Version
21- uses: jazzsequence/action-validate-plugin-version@v0
22- with:
23- plugin-path: 'path/to/plugin-slug/'
17+ runs-on : ubuntu-latest
18+ steps :
19+ - uses : actions/checkout@v2
20+ - name : Validate Plugin Version
21+ uses : jazzsequence/action-validate-plugin-version@v0
22+ with :
23+ plugin-path : ' path/to/plugin-slug/'
2424` ` `
2525
2626### Inputs
Original file line number Diff line number Diff line change 3535 DRY_RUN : ${{ inputs.dry-run }}
3636 WORKFLOW_PATH : ${{ github.workspace }}
3737 GH_TOKEN : ${{ inputs.gh-token }}
38- run : bash " ${{ runner.temp }}/_actions/jazzsequence/action-validate-plugin-version@v0/ bin/validate-plugin-version.sh"
38+ run : bash ${{ github.action_path }}/bin/validate-plugin-version.sh
3939
You can’t perform that action at this time.
0 commit comments