From 9ac197bfe6aa3b3781fffce504b63a791b4c5e31 Mon Sep 17 00:00:00 2001 From: natdeanlewissoftwire Date: Thu, 2 Mar 2023 12:06:44 +0000 Subject: [PATCH] feat: workflow tweaking --- .github/workflows/staging_pipeline.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/staging_pipeline.yml b/.github/workflows/staging_pipeline.yml index 8d48f7b7e..640b57b60 100644 --- a/.github/workflows/staging_pipeline.yml +++ b/.github/workflows/staging_pipeline.yml @@ -15,6 +15,17 @@ defaults: shell: bash jobs: + summarise: + - 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' test: name: Tests runs-on: ubuntu-latest