Skip to content

Commit

Permalink
Add additional output
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleJune committed Jul 14, 2023
1 parent 708d8d0 commit 605ccb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:
run: |
if [ "${{ secrets.CODECOV_TOKEN }}" != "" ]
then
echo "Has codecov";
echo "CODECOV_TOKEN=${{ secrets.CODECOV_TOKEN }}" >> $GITHUB_OUTPUT;
else
echo "does not have codecov";
fi
- id: deno_dir
name: Get cache directory
Expand Down

0 comments on commit 605ccb2

Please sign in to comment.