Skip to content

Commit

Permalink
#2: Add correct link to action
Browse files Browse the repository at this point in the history
  • Loading branch information
fletort committed Jul 16, 2024
1 parent a2f094b commit f908c9a
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 @@ -16,4 +16,4 @@ runs:
shell: bash
run: |
pip install jinja2-cli
find . -name '*.j2' -exec ./process_file.sh {} \;
find . -name '*.j2' -exec ${{github.action_path}}/process_file.sh {} \;

0 comments on commit f908c9a

Please sign in to comment.