|
|
|
@ -15,6 +15,17 @@ defaults: |
|
|
|
shell: bash |
|
|
|
shell: bash |
|
|
|
|
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
|
|
|
|
summarise: |
|
|
|
|
|
|
|
- name: Create comment |
|
|
|
|
|
|
|
uses: peter-evans/create-or-update-comment@v2 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
issue-number: 1 |
|
|
|
|
|
|
|
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' |
|
|
|
test: |
|
|
|
test: |
|
|
|
name: Tests |
|
|
|
name: Tests |
|
|
|
runs-on: ubuntu-latest |
|
|
|
runs-on: ubuntu-latest |
|
|
|
|