Skip to content

Commit 5c2d552

Browse files
committed
Improve run-name
1 parent afb8213 commit 5c2d552

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Deploy
22

3-
run-name: ${{ github.actor }} is deploying
3+
run-name: Deploy ${{github.sha}}
44

55
on:
66
workflow_run:

.github/workflows/lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Lint
22

3+
run-name: Lint ${{github.sha}}
4+
35
on:
46
push:
57
branches: ["**"]

0 commit comments

Comments
 (0)