You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body-includes: "Failed to add ci-report to a comment"
511
+
512
+
- uses: peter-evans/create-or-update-comment@v4
513
+
if: ${{ failure() }}
514
+
with:
515
+
comment-id: ${{ steps.fc.outputs.comment-id }}
516
+
issue-number: ${{ github.event.number }}
517
+
body: "Failed to add ci-report to a comment. You can visualize the ci-report artifact in the [Summary](https://github.com/cal-itp/data-infra/actions/runs/${{ github.run_id }})."
0 commit comments