We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f46c5 commit 587af6bCopy full SHA for 587af6b
.github/workflows/codeql-analysis.yml
@@ -8,7 +8,7 @@ on:
8
paths:
9
- .github/workflows/codeql-analysis.yml
10
11
-name: codeql analysis
+name: Codeql analysis
12
permissions:
13
contents: read
14
security-events: write
.github/workflows/main.yml
@@ -3,7 +3,7 @@ on:
3
branches:
4
- main
5
6
-name: main
+name: Main
7
jobs:
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
on:
2
workflow_dispatch:
-name: release
+name: Release
0 commit comments