Skip to content

Commit ee69d42

Browse files
authored
use alternate runner.temp path (#5)
1 parent ae1c789 commit ee69d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 bin/validate-plugin-version.sh
38+
run: bash "${{ runner.temp }}/_actions/jazzsequence/action-validate-plugin-version@v0/bin/validate-plugin-version.sh"
3939

0 commit comments

Comments
 (0)