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 e30163c commit 1c2bf07
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ jobs:
--filter ".+\/dist\/dev\/index.js$" \
--no-percent-bars --only-dir --depth 1 > out.txt
echo 'foo<<EOF' >> $GITHUB_OUTPUT
echo -e "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
- name: "Get sizes for production outputs"
id: dev
Expand All @@ -46,9 +44,7 @@ jobs:
--filter ".+\/dist\/prod\/index.js$" \
--no-percent-bars --only-dir --depth 1 > out.txt
echo 'foo<<EOF' >> $GITHUB_OUTPUT
echo -e "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
echo "sizes="$(cat out.txt)" >> $GITHUB_OUTPUT
- uses: mshick/add-pr-comment@v2
with:
Expand Down

0 comments on commit 1c2bf07

Please sign in to comment.