Skip to content

Commit

Permalink
ci(workflows): optimize git-action task name (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzcr authored Jan 13, 2025
1 parent aecb949 commit 8fb6e88
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-all-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dispatch All Publish Alpha
name: Dispatch Alpha All Publish
run-name: Dispatch All Publish Alpha--${{ inputs.version }}

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-renderless-theme-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dispatch Renderless Theme Runtime
run-name: Dispatch Renderless Theme Runtime--${{ inputs.components }}
name: Dispatch Alpha Renderless Theme Runtime
run-name: Dispatch Alpha Renderless Theme Runtime--${{ inputs.components }}

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-ui-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dispatch Ui Publish
run-name: Dispatch Ui--${{ inputs.components }}
name: Dispatch Alpha Ui Publish
run-name: Dispatch Alpha Ui--${{ inputs.components }}

on:
workflow_dispatch:
Expand Down

0 comments on commit 8fb6e88

Please sign in to comment.