We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a17517b commit 65e9231Copy full SHA for 65e9231
.github/workflows/release.yml
@@ -1,4 +1,10 @@
1
name: Release
2
+run-name: >-
3
+ ${{ github.event_name == 'workflow_dispatch'
4
+ && format('Release v{0} by {1}',
5
+ inputs.release_version,
6
+ github.actor)
7
+ || format('Release {0}', github.ref_name) }}
8
9
on:
10
push:
0 commit comments