diff --git a/action.yml b/action.yml index 45df8a7..4284896 100644 --- a/action.yml +++ b/action.yml @@ -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