We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8348d9 commit 17d32f8Copy full SHA for 17d32f8
.github/workflows/deploy.yml
@@ -42,7 +42,7 @@ jobs:
42
echo "url=$PRODUCTION_URL" >> $GITHUB_OUTPUT
43
44
- name: Comment on commit
45
- uses: peter-evans/commit-comment@v2
+ uses: peter-evans/commit-comment@v3
46
with:
47
body: |
48
🚀 Production deployment is ready!
.github/workflows/preview.yml
echo "url=$PREVIEW_URL" >> $GITHUB_OUTPUT
🚀 Preview deployment is ready!
0 commit comments