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 7b1fd45 commit 2b1a27fCopy full SHA for 2b1a27f
.github/workflows/pull-request-comment.yaml
@@ -82,6 +82,6 @@ jobs:
82
sha: ${{ needs.check-comment.outputs.sha }}
83
check_id: ${{ needs.check-comment.outputs.check-id }}
84
status: 'completed'
85
- conclusion: ${{ job.status == 'success' && 'success' || 'failure' }}
+ conclusion: ${{ needs.build-test-lint.result == 'success' && 'success' || 'failure' }}
86
output: |
87
{"title":"Testing", "summary":"Build & Test complete", "text":"Build & Test complete"}
0 commit comments