Skip to content

Commit

Permalink
Account for variable expansion, swap step name to something more appr…
Browse files Browse the repository at this point in the history
…opriate
  • Loading branch information
H-Plus-Time committed Dec 2, 2023
1 parent e4c82c9 commit b7e0503
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,9 @@ jobs:
COMPRESSED_SIZE=$(cat "${asset}.br" | pv -f -b 2>&1 >/dev/null | tr -d '\n\r')
echo "| ${asset} | $SIZE | $COMPRESSED_SIZE |" >> $GITHUB_STEP_SUMMARY
done;
- name: Comment PR with execution number
cp $GITHUB_STEP_SUMMARY fixed_output.md
- name: Comment PR with summary output
uses: thollander/actions-comment-pull-request@v2
with:
filePath: $GITHUB_STEP_SUMMARY
filePath: fixed_output.md
comment_tag: execution

0 comments on commit b7e0503

Please sign in to comment.