Skip to content

Commit

Permalink
fix: Correct name of variable to GITHUB_STEP_SUMMARY in build.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkapfham committed Jul 14, 2023
1 parent a45705a commit 52a26c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ jobs:
- name: Display Coverage
if: always()
run: |
export GITHUB_JOB_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"
export GITHUB_STEP_SUMMARY="\`\`\`\n$(cat coverage.txt)\n\`\`\`"

0 comments on commit 52a26c8

Please sign in to comment.