Skip to content

Commit 73f2926

Browse files
committed
git-commit-checks: use a better name
Github shows both the "outer" and "inner" names on the CI line in the Github web UI, so make sure to give good names for both. Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
1 parent 7faa8a7 commit 73f2926

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/git-commit-checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Git commit checker
1+
name: GitHub Action CI
22

33
on:
44
pull_request:
@@ -11,6 +11,7 @@ on:
1111

1212
jobs:
1313
ci:
14+
name: Git commit checker
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Check out the code

0 commit comments

Comments
 (0)