Skip to content

Commit

Permalink
fix: coverage comment (use printf)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbert committed Aug 21, 2024
1 parent f43c290 commit 3c0cab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
if [ "${{ env.no_tests_found }}" == "true" ]; then
echo "MULTIPLE_FILES=All, ./coverage/all/coverage-summary.json" >> $GITHUB_ENV
else
echo -e "MULTIPLE_FILES=All, ./coverage/all/coverage-summary.json\nonly changed, ./coverage/changed/coverage-summary.json" >> $GITHUB_ENV
fi
printf 'MULTIPLE_FILES="All, ./coverage/all/coverage-summary.json\nonly changed, ./coverage/changed/coverage-summary.json"\n' >> $GITHUB_ENV
fi
- name: Jest Coverage Comment 💬
if: ${{ github.actor != 'dependabot[bot]' }}
Expand Down

0 comments on commit 3c0cab7

Please sign in to comment.