Skip to content

Commit

Permalink
format run-name
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 9, 2023
1 parent efea53c commit 94cd708
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-check.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: api-check
run-name: ${{ github.actor }}'s api check
run-name: ${{ github.actor }} - api check
on: [pull_request]
jobs:
api-check:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: test
run-name: ${{ github.actor }}'s test
run-name: ${{ github.actor }} - test
on: [pull_request]
jobs:
test:
Expand Down

0 comments on commit 94cd708

Please sign in to comment.