Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Dec 22, 2020
1 parent 100ce9e commit c4aef28
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 @@ -81,7 +81,7 @@ runs:
if [ "${{ inputs.comment }}" == "true" ]; then
python3 -m pip install -U wheel setuptools > /dev/null
python3 -m pip install -U aiogithubapi > /dev/null
python3 helpers/post_result.py
python3 "${{ github.action_path }}/helpers/post_result.py"
fi
- shell: bash
Expand Down

0 comments on commit c4aef28

Please sign in to comment.