Skip to content

Commit

Permalink
fix: update another GITHUB_ACTION_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 28, 2023
1 parent 7bc4aa1 commit c158dbe
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 @@ -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"
Expand Down

0 comments on commit c158dbe

Please sign in to comment.