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 04895b7 commit dd708e4Copy full SHA for dd708e4
.github/workflows/pull-request-comment.yaml
@@ -80,7 +80,7 @@ jobs:
80
token: ${{ secrets.GITHUB_TOKEN }}
81
sha: ${{ needs.check-comment.outputs.sha }}
82
check_id: ${{ needs.check-comment.outputs.check-id }}
83
- status: ${{ job.status }}
+ status: 'completed'
84
conclusion: ${{ job.status == 'success' && 'success' || 'failure' }}
85
output: |
86
{"title":"Testing", "summary":"Build & Test complete", "text":"Build & Test complete"}
0 commit comments