We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1344228 commit a1abff0Copy full SHA for a1abff0
action.yml
@@ -35,5 +35,5 @@ runs:
35
DRY_RUN: ${{ inputs.dry-run }}
36
WORKFLOW_PATH: ${{ github.workspace }}
37
GH_TOKEN: ${{ inputs.gh-token }}
38
- run: bash "${{ runner.temp }}/_actions/jazzsequence/action-validate-plugin-version@v0/bin/validate-plugin-version.sh"
+ run: bash ${{ github.action_path }}/bin/validate-plugin-version.sh
39
0 commit comments