Browse Source

Update github-actions-demo.yml

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

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

@ -5,8 +5,8 @@ jobs:
Explore-GitHub-Actions: Explore-GitHub-Actions:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Create comment - name: Create or Update Comment
uses: peter-evans/create-or-update-comment@v2 uses: peter-evans/create-or-update-comment@v2.1.1
with: with:
issue-number: 1 issue-number: 1
body: | body: |

Loading…
Cancel
Save