Skip to content

Commit dd708e4

Browse files
committed
fix(ci): set comment status check stats to completed, not success
1 parent 04895b7 commit dd708e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
token: ${{ secrets.GITHUB_TOKEN }}
8181
sha: ${{ needs.check-comment.outputs.sha }}
8282
check_id: ${{ needs.check-comment.outputs.check-id }}
83-
status: ${{ job.status }}
83+
status: 'completed'
8484
conclusion: ${{ job.status == 'success' && 'success' || 'failure' }}
8585
output: |
8686
{"title":"Testing", "summary":"Build & Test complete", "text":"Build & Test complete"}

0 commit comments

Comments
 (0)