Add run-name to release workflow
This commit is contained in:
1
.github/workflows/release-ga.yml
vendored
1
.github/workflows/release-ga.yml
vendored
@@ -1,4 +1,5 @@
|
|||||||
name: Release GA
|
name: Release GA
|
||||||
|
run-name: ${{ format('{0} ({1})', github.workflow, github.ref_name) }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|||||||
Reference in New Issue
Block a user