Skip to content

Commit 587af6b

Browse files
committed
Consistent casing.
1 parent 02f46c5 commit 587af6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
paths:
99
- .github/workflows/codeql-analysis.yml
1010

11-
name: codeql analysis
11+
name: Codeql analysis
1212
permissions:
1313
contents: read
1414
security-events: write

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
branches:
44
- main
55

6-
name: main
6+
name: Main
77
permissions:
88
contents: read
99
jobs:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
workflow_dispatch:
33

4-
name: release
4+
name: Release
55
permissions:
66
contents: read
77
jobs:

0 commit comments

Comments
 (0)