Skip to content

Commit

Permalink
ci: fix typo in ci check name
Browse files Browse the repository at this point in the history
  • Loading branch information
johnitvn committed Nov 22, 2024
1 parent 0e61321 commit 2bf52ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: LouisBrunner/checks-action@6b626ffbad7cc56fd58627f774b9067e6118af23 # v2.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
name: Unit Test Check
name: CI Check
conclusion: ${{needs.affected-check.result == 'skipped' && 'success' || needs.affected-check.result}}


0 comments on commit 2bf52ef

Please sign in to comment.