Skip to content

Commit

Permalink
Use ${{github.action_path}}
Browse files Browse the repository at this point in the history
Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Jul 2, 2024
1 parent ccb270a commit 8fc0d3c
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 @@ -10,7 +10,7 @@ runs:
- run: |
echo '${{ inputs.commit-message }}' |
sed -e "s/'/'\"'\"'/g" |
./get_commit_pragmas |
${{github.action_path}}/get_commit_pragmas |
sed -e 's/^/CP_/' >> $GITHUB_ENV
echo 'Identified pragmas:'
cat $GITHUB_ENV
Expand Down

0 comments on commit 8fc0d3c

Please sign in to comment.