Skip to content

Commit

Permalink
fix: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhaup committed May 19, 2024
1 parent 32bbacf commit b079e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tsc-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
if [ -f tsc_output.txt ]; then
echo "Cache found."
cp tsc_output.txt base-tsc-errors.txt
echo "cache-found=false" >> $GITHUB_ENV
echo "cache-found=true" >> $GITHUB_ENV
else
echo "Cache not found."
echo "cache-found=false" >> $GITHUB_ENV
Expand Down

0 comments on commit b079e7b

Please sign in to comment.