Skip to content

Commit

Permalink
multi-line output
Browse files Browse the repository at this point in the history
  • Loading branch information
robertoostenveld committed Aug 24, 2023
1 parent 92dde87 commit b4a635d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/auto_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,23 +23,15 @@ jobs:
- name: Print hello
id: print-hello
run: |
python .github/scripts/hello_world.py > ./tempfile
ls -al
cat ./tempfile
python .github/scripts/hello_world.py > ./comment
- name: Show hello
id: show-hello
run: |
cat ./tempfile
cat ./comment
- name: Create comment
uses: peter-evans/create-or-update-comment@v3
with:
issue-number: ${{ github.event.number }}
body: |
This is a multi-line test comment
- With GitHub **Markdown** :sparkles:
- Created by [create-or-update-comment][1]
[1]: https://github.com/peter-evans/create-or-update-comment
reactions: '+1'
body-path: ./comment

0 comments on commit b4a635d

Please sign in to comment.