Skip to content

Commit 3d889ce

Browse files
authored
Debug action runner (#6)
* fix readme spacing * use github.action_path
1 parent ee69d42 commit 3d889ce

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ A GitHub action that validates the last tested plugin version against the curren
1010
name: Validate Plugin Version
1111
on:
1212
push:
13-
branches:
14-
- main
13+
branches:
14+
- main
1515
jobs:
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

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ runs:
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

0 commit comments

Comments
 (0)