Skip to content

Commit e37b56f

Browse files
committed
ci(workflows): optimize git-action task name
1 parent aecb949 commit e37b56f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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)