Skip to content

Commit e98db8e

Browse files
authored
Merge pull request #12 from Hasenpfote/fix-display-names
Fix display names
2 parents 3aa3cc7 + 4dd275b commit e98db8e

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)