Skip to content

Commit

Permalink
fix: the titles in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotmh committed Mar 13, 2024
1 parent dab8158 commit da6c583
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DotMH Test Actions
run-name: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}
name: DotMH Lint Actions
run-name: 'LINT: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}'
on: [push]
jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: DotMH Test Actions
run-name: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}
run-name: 'TEST: ${{ github.actor }} - ${{ github.workflow }} - ${{ github.run_number }}'
on: [push]
jobs:
test:
Expand Down

0 comments on commit da6c583

Please sign in to comment.