Skip to content

Commit 6d405db

Browse files
authored
Using GITHUB_ACTION_PATH env var
1 parent 09a9626 commit 6d405db

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
@@ -16,5 +16,5 @@ runs:
1616
- name: filter
1717
run: |
1818
unset LD_PRELOAD
19-
python3 "${{ github.action_path }}/filter_sarif.py" --input "${{ inputs.input }}" --output "${{ inputs.output }}" --split-lines -- "${{ inputs.patterns }}"
19+
python3 "$GITHUB_ACTION_PATH/filter_sarif.py" --input "${{ inputs.input }}" --output "${{ inputs.output }}" --split-lines -- "${{ inputs.patterns }}"
2020
shell: bash

0 commit comments

Comments
 (0)