Skip to content

Commit 1068bf2

Browse files
committed
Merge branch 'fix-rsvp-frontend' of https://github.com/acm-uiuc/rsvp into fix-rsvp-frontend
2 parents b2bdee3 + 3f3b07a commit 1068bf2

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,21 @@ jobs:
5858
- name: Update PR with Preview URL
5959
if: success() && github.event_name == 'pull_request'
6060
uses: peter-evans/create-or-update-comment@v4
61+
with:
62+
comment-id: ${{ steps.fc.outputs.comment-id }}
63+
issue-number: ${{ github.event.pull_request.number }}
64+
token: ${{ secrets.GITHUB_TOKEN }}
65+
body: ${{ steps.job-summary.outputs.job-summary }}
66+
edit-mode: "replace"
67+
68+
- name: Update PR with Failure
69+
if: failure() && github.event_name == 'pull_request'
70+
uses: peter-evans/create-or-update-comment@v4
71+
with:
72+
comment-id: ${{ steps.fc.outputs.comment-id }}
73+
issue-number: ${{ github.event.pull_request.number }}
74+
token: ${{ secrets.GITHUB_TOKEN }}
75+
body: |
76+
😢 **Cloudflare Pages - Deployment failed**
77+
Please check the workflow logs for details.
78+
edit-mode: "replace"

0 commit comments

Comments
 (0)