Skip to content

Commit 8fb6e88

Browse files
authored
ci(workflows): optimize git-action task name (#2800)
1 parent aecb949 commit 8fb6e88

3 files changed

+5
-5
lines changed

.github/workflows/dispatch-all-publish-alpha.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Dispatch All Publish Alpha
1+
name: Dispatch Alpha All Publish
22
run-name: Dispatch All Publish Alpha--${{ inputs.version }}
33

44
on:

.github/workflows/dispatch-renderless-theme-publish-alpha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Dispatch Renderless Theme Runtime
2-
run-name: Dispatch Renderless Theme Runtime--${{ inputs.components }}
1+
name: Dispatch Alpha Renderless Theme Runtime
2+
run-name: Dispatch Alpha Renderless Theme Runtime--${{ inputs.components }}
33

44
on:
55
workflow_dispatch:

.github/workflows/dispatch-ui-publish-alpha.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: Dispatch Ui Publish
2-
run-name: Dispatch Ui--${{ inputs.components }}
1+
name: Dispatch Alpha Ui Publish
2+
run-name: Dispatch Alpha Ui--${{ inputs.components }}
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)