From 0f5d5df9e11c5008d23a642f831538b62038e025 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Fri, 22 Sep 2023 13:20:28 -0400 Subject: [PATCH] Try to recreate comment --- .github/workflows/dev-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 2739602d80..81951f37ad 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -57,11 +57,11 @@ jobs: uses: thollander/actions-comment-pull-request@v2 with: message: | - _(execution A dev build has been generated for this PR. To use the dev build, update your Ionic packages to the following version: + _(execution **${{ github.run_id }}** / attempt **${{ github.run_attempt }}**)_ + A dev build has been generated for this PR. To use the dev build, update your Ionic packages to the following version: ``` ${{ needs.create-dev-hash.outputs.dev-hash }} ``` - )_ pr_number: ${{ steps.PR.outputs.number }} comment_tag: execution mode: recreate