Skip to content

Commit bf16122

Browse files
ci: use independent check run name to avoid conflicts
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
1 parent 79003a2 commit bf16122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dummy_check_result.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
checks: write
1616
contents: read
1717
steps:
18-
- name: Create Check Run
18+
- name: Create Independent Check Run
1919
uses: LouisBrunner/[email protected]
2020
with:
2121
token: ${{ github.token }}
22-
name: "Test Results (Custom Check)"
22+
name: "External Test Report Link"
2323
status: completed
2424
conclusion: failure
2525
details_url: "https://www.google.com/search?q=test-failure"
2626
output: |
2727
{
28-
"title": "Test Results",
29-
"summary": "This is a test check using the GitHub Checks action."
28+
"title": "External Test Report",
29+
"summary": "Click 'Details' to view the external test report."
3030
}

0 commit comments

Comments
 (0)