Skip to content

Commit a1684fc

Browse files
committed
Refine Deploy docs run name.
1 parent 2436ae4 commit a1684fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Deploy Docs Dispatch
2-
run-name: ${{ format('{0} for {1}', github.workflow, github.event.push.head_commit.message) }}
2+
run-name: ${{ format('{0} for {1}', github.workflow, github.event.head_commit.message) }}
33

44
on:
55
push:

0 commit comments

Comments
 (0)