From 99a5dc6ebc4129329eb27536f7153b8edb8a09dc Mon Sep 17 00:00:00 2001 From: Clark McAdoo Date: Thu, 1 Feb 2024 09:56:25 -0600 Subject: [PATCH] fix: update workflow to add comment to PR --- .github/workflows/trigger-netlify-build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/trigger-netlify-build.yml b/.github/workflows/trigger-netlify-build.yml index 6cc6995676..69d2a5f6cd 100644 --- a/.github/workflows/trigger-netlify-build.yml +++ b/.github/workflows/trigger-netlify-build.yml @@ -19,3 +19,11 @@ jobs: extra-cache-path: | .cache public + + - name: Comment for Netlify to update with preview URL + uses: thollander/actions-comment-pull-request@v2 + with: + message: | + > Netlify Preview Deployment Information + + > This comment will auto update when your preview build is ready!