Skip to content

Commit 4dd275b

Browse files
committed
Fix display names
1 parent 3aa3cc7 commit 4dd275b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/issue_bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Issue-bot
1+
name: issue-bot
22

33
on:
44
issues:

.github/workflows/py_lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: py-lint
2+
13
on:
24
workflow_call:
35
inputs:

.github/workflows/py_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
name: py-test
2+
13
on:
24
workflow_call:
35
inputs:

0 commit comments

Comments
 (0)