From ffeaa9ae18c62b0d4308409a24b4637c3952a16d Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire <94526761+natdeanlewissoftwire@users.noreply.github.com> Date: Thu, 2 Mar 2023 13:59:31 +0000 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index d285f296c..32a37853e 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -9,7 +9,7 @@ jobs: - name: Create or Update Comment uses: peter-evans/create-or-update-comment@v2.1.1 with: - issue-number: 1 + issue-number: 5 body: | This is a multi-line test comment - With GitHub **Markdown** :sparkles: