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 d9bff88 commit 3cfc428
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 @@ -8,7 +8,7 @@ runs:
using: "composite"
steps:
- run: |
echo '${{ inputs.commit-message }}' | get_commit_pragmas >> $GITHUB_ENV
echo '${{ inputs.commit-message }}' | ${{github.action_path}}/get_commit_pragmas >> $GITHUB_ENV
echo 'Identified pragmas:'
cat $GITHUB_ENV
shell: bash

0 comments on commit 3cfc428

Please sign in to comment.