From e2fa2e565c918fd74e8213f1e6c98144775b4000 Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Thu, 21 Sep 2023 13:44:17 -0400 Subject: [PATCH] Comment on PR --- .github/workflows/dev-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dev-build.yml b/.github/workflows/dev-build.yml index 2a5745794c..182464a23c 100644 --- a/.github/workflows/dev-build.yml +++ b/.github/workflows/dev-build.yml @@ -36,6 +36,12 @@ jobs: leave-comment: runs-on: ubuntu-latest needs: [create-dev-hash, release-ionic] + steps: + - name: Comment on PR + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + To test the dev build, update your Ionic packages to version ${{ needs.create-dev-hash.outputs.dev-hash }} get-build: name: Get your dev build!