From c158dbe253fca005093b295b8889ed0d91e681ba Mon Sep 17 00:00:00 2001 From: Tom Hu Date: Tue, 28 Nov 2023 10:40:41 +1000 Subject: [PATCH] fix: update another GITHUB_ACTION_PATH --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c230d3e..d8a9299 100644 --- a/action.yml +++ b/action.yml @@ -88,7 +88,7 @@ runs: echo $GITHUB_ACTION_PATH | tee -a $GITHUB_PATH echo "Running ATS Action version: $(cat $GITHUB_ACTION_PATH/dist/VERSION)" - ${{ github.action_path }}/dist/codecov_ats.sh | tee codecov_ats_output.txt + "$GITHUB_ACTION_PATH"/dist/codecov_ats.sh | tee codecov_ats_output.txt if [[ $? == 0 ]]; then echo "Setting CODECOV_ATS_TESTS to GitHub environment"