Skip to content

Commit d1ec7fe

Browse files
authored
Improve GitHub Action names (#332)
See hazelcast/release-orchestrator#9
1 parent 72103e1 commit d1ec7fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/promote.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Promote from pre-prod to prod
1+
run-name: Promote from pre-prod to prod (`${{ inputs.VERSION }}`@${{ inputs.ENVIRONMENT }})
22

33
on:
44
workflow_dispatch:

.github/workflows/publish-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Hazelcast OS & EE packages
1+
run-name: Publish Hazelcast OS & EE packages (`${{ inputs.VERSION }}`@${{ inputs.ENVIRONMENT }})
22

33
on:
44
push:

0 commit comments

Comments
 (0)