Skip to content

Commit

Permalink
use ${GITHUB_ACTION_PATH}
Browse files Browse the repository at this point in the history
clutching at straws:
actions/runner#716 (comment)
  • Loading branch information
chizmw committed Jul 14, 2023
1 parent 7b97244 commit c2226dd
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 @@ -40,6 +40,6 @@ runs:
id: get-changelog-entry
shell: bash
run: |
python ${{ github.action_path }}/helper/last-change.py \
python ${GITHUB_ACTION_PATH}/helper/last-change.py \
--changelog ${{ inputs.changelog }} \
--get-version ${{ inputs.version }}

0 comments on commit c2226dd

Please sign in to comment.