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: