Comment on PR

This commit is contained in:
Shawn Taylor
2023-09-21 13:44:17 -04:00
parent 288b237a31
commit e2fa2e565c

View File

@@ -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!