Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.

Commit 99a5dc6

Browse files
committed
fix: update workflow to add comment to PR
1 parent 4afba07 commit 99a5dc6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/trigger-netlify-build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,11 @@ jobs:
1919
extra-cache-path: |
2020
.cache
2121
public
22+
23+
- name: Comment for Netlify to update with preview URL
24+
uses: thollander/actions-comment-pull-request@v2
25+
with:
26+
message: |
27+
> Netlify Preview Deployment Information
28+
29+
> This comment will auto update when your preview build is ready!

0 commit comments

Comments
 (0)