Skip to content

Commit

Permalink
use EOF
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 9, 2025
1 parent bb2f3fe commit ee883e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
--no-percent-bars --only-dir --depth 1 > out.txt
echo 'sizes<<EOF' >> $GITHUB_OUTPUT
echo $(cat out.txt) >> $GITHUB_OUTPUT
echo -e $(cat out.txt) >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
cat out.txt
- name: "Get sizes for production outputs"
id: dev
Expand All @@ -47,8 +48,9 @@ jobs:
--no-percent-bars --only-dir --depth 1 > out.txt
echo 'sizes<<EOF' >> $GITHUB_OUTPUT
echo $(cat out.txt) >> $GITHUB_OUTPUT
echo -e $(cat out.txt) >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
cat out.txt
- uses: mshick/add-pr-comment@v2
with:
Expand Down

0 comments on commit ee883e4

Please sign in to comment.