From 616e812ef4db62cd99a01f4c1736dcc98e7e2eea Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:46:33 +0000 Subject: [PATCH] Create github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/github-actions-demo.yml diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml new file mode 100644 index 000000000..c1cd116ec --- /dev/null +++ b/.github/workflows/github-actions-demo.yml @@ -0,0 +1,11 @@ +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'