Skip to content

Commit a7e6207

Browse files
committed
Add run-name to release workflow
1 parent 24496d4 commit a7e6207

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-ga.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Release GA
2+
run-name: ${{ format('{0} ({1})', github.workflow, github.ref_name) }}
23

34
on:
45
workflow_dispatch:

0 commit comments

Comments
 (0)