Skip to content

Commit a1abff0

Browse files
committed
use github.action_path
1 parent 1344228 commit a1abff0

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 "${{ 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)