Skip to content

Commit

Permalink
Fix multiline output
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser committed Aug 28, 2023
1 parent a9c4a14 commit 5ade181
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ jobs:
echo "### Ecosystem" >> comment.txt
cat pr/ecosystem/ecosystem-result >> comment.txt
echo "" >> comment.txt
echo 'comment<<EOF' >> $GITHUB_OUTPUT
cat comment.txt >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
- name: Find Comment
uses: peter-evans/find-comment@v2
Expand Down

0 comments on commit 5ade181

Please sign in to comment.