From da7e1e7a01f244a1346ce0a7ecca107dc24cf6de Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:52:58 +0000 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index c38b7eec3..de65012cf 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -1,11 +1,9 @@ -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' +name: GitHub Actions Demo +run-name: ${{ github.actor }} is testing out GitHub Actions 🚀 +on: [push] +jobs: + Explore-GitHub-Actions: + runs-on: ubuntu-latest + steps: + - name: Create comment + uses: peter-evans/create-or-update-comment@v2