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 f7a15dd commit 8dc6ca8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo -e $sizes
echo 'foo<<EOF' >> $GITHUB_OUTPUT
echo -e $sizes >> $GITHUB_OUTPUT
echo -e "sizes="$sizes" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: "Get sizes for production outputs"
Expand All @@ -49,7 +49,7 @@ jobs:
echo -e $sizes
echo 'foo<<EOF' >> $GITHUB_OUTPUT
echo -e $sizes >> $GITHUB_OUTPUT
echo -e "sizes="$sizes" >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- uses: mshick/add-pr-comment@v2
Expand Down

0 comments on commit 8dc6ca8

Please sign in to comment.