Skip to content

Commit

Permalink
test: logs for github path
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 28, 2023
1 parent b4fe681 commit 7bc4aa1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,14 @@ runs:
steps:
- id: codecov-ats
run: |
echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
echo "path"
echo $GITHUB_PATH
echo "action path"
echo "$GITHUB_ACTION_PATH"
echo "plan path"
echo $GITHUB_ACTION_PATH
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
Expand Down

0 comments on commit 7bc4aa1

Please sign in to comment.