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 79003a2 commit bf16122Copy full SHA for bf16122
.github/workflows/dummy_check_result.yml
@@ -15,16 +15,16 @@ jobs:
15
checks: write
16
contents: read
17
steps:
18
- - name: Create Check Run
+ - name: Create Independent Check Run
19
uses: LouisBrunner/[email protected]
20
with:
21
token: ${{ github.token }}
22
- name: "Test Results (Custom Check)"
+ name: "External Test Report Link"
23
status: completed
24
conclusion: failure
25
details_url: "https://www.google.com/search?q=test-failure"
26
output: |
27
{
28
- "title": "Test Results",
29
- "summary": "This is a test check using the GitHub Checks action."
+ "title": "External Test Report",
+ "summary": "Click 'Details' to view the external test report."
30
}
0 commit comments