Skip to content

Commit

Permalink
Merge pull request #23 from codecov/0.2.3
Browse files Browse the repository at this point in the history
fix: add github_action_path
  • Loading branch information
thomasrockhu-codecov authored Nov 10, 2023
2 parents 225781b + 24cce26 commit 0284936
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,9 @@ runs:
steps:
- id: codecov-ats
run: |
echo "Running ATS Action version: $(cat dist/VERSION)"
commands=$(./dist/codecov_ats.sh | tail -n 1)
echo "${{ github.action_path }}" >> $GITHUB_PATH
echo "Running ATS Action version: $(cat ${{ github.action_path }}dist/VERSION)"
commands=$(${{ github.action_path }}/dist/codecov_ats.sh | tail -n 1)
if [[ $? == 0 ]]; then
echo "Setting CODECOV_ATS_TESTS to GitHub environment"
Expand Down
2 changes: 1 addition & 1 deletion dist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.2
0.2.3

0 comments on commit 0284936

Please sign in to comment.