Skip to content

Commit

Permalink
Prepend action path
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Oct 27, 2023
1 parent ca7eb06 commit 1eeecf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ runs:

- name: Process results
run: |
node dist/index.js ${{ runner.temp }}/plugin-check-results.txt || exit 0
node ${{ github.action_path }}/dist/index.js ${{ runner.temp }}/plugin-check-results.txt || exit 0
shell: bash
env:
INPUT_REPO_TOKEN: ${{ inputs.repo-token }}

0 comments on commit 1eeecf4

Please sign in to comment.