Skip to content

Commit d439c13

Browse files
committed
Fix. GitHub Actions. Matrix notify step name fixed.
1 parent 6f3ff4c commit d439c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs: # list of things to do
3535
- name: Code Linting
3636
run: npm run eslint
3737

38-
- name: Telegram notify
38+
- name: Matrix notify
3939
if: failure()
4040
uses: Glomberg/matrix-messenger-action@master
4141
with:

0 commit comments

Comments
 (0)