Skip to content

Commit

Permalink
ci: use separate custom check run name to avoid job name conflicts
Browse files Browse the repository at this point in the history
Co-Authored-By: Aaron <AJ> Steers <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and aaronsteers committed Jan 23, 2025
1 parent f417ad5 commit 56856d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/dummy_check_result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,26 @@ jobs:
checks: write
contents: read
steps:
- name: Create Initial Check Run
- name: Create Custom Check Run
uses: LouisBrunner/[email protected]
with:
token: ${{ github.token }}
name: "Dummy Check"
name: "Custom Test Report"
status: "in_progress"
output: |
{
"title": "Test Check",
"title": "Test Report",
"summary": "Running test check..."
}
- name: Sleep for a moment
run: sleep 5

- name: Update Check Run with Details URL
- name: Update Custom Check Run
uses: LouisBrunner/[email protected]
with:
token: ${{ github.token }}
name: "Dummy Check"
name: "Custom Test Report"
status: "completed"
conclusion: "failure"
details_url: "https://www.google.com/search?q=test-failure"
Expand Down

0 comments on commit 56856d7

Please sign in to comment.