Browse Source

Update github-actions-demo.yml

pull/1367/head
natdeanlewissoftwire 3 years ago committed by GitHub
parent
commit
da9770f5b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/github-actions-demo.yml

13
.github/workflows/github-actions-demo.yml

@ -5,5 +5,14 @@ jobs:
Explore-GitHub-Actions: Explore-GitHub-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Create comment - name: Create comment
uses: peter-evans/create-or-update-comment@v2 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'

Loading…
Cancel
Save