Skip to content

Commit

Permalink
fix: Try a differnt approach for saving date in GITHUB_STEP_SUMMARY in
Browse files Browse the repository at this point in the history
build.yml.
  • Loading branch information
gkapfham committed Jul 14, 2023
1 parent a9079ed commit d5b36e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
- name: Display Coverage
if: always()
run: |
export GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
CURRENT_GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
echo "$CURRENT_GITHUB_STEP_SUMMARY" >> $GITHUB_STEP_SUMMARY
- name: Coverage Badge
uses: tj-actions/coverage-badge-py@v2
- name: Verify Changed files
Expand Down

0 comments on commit d5b36e7

Please sign in to comment.