From c4aef2848ce5469ea73e96c8e8278be7262ef56f Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Tue, 22 Dec 2020 19:01:46 +0000 Subject: [PATCH] fix path --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 05d72d0..85f17c6 100644 --- a/action.yml +++ b/action.yml @@ -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