Skip to content

Commit 3874a4b

Browse files
committed
[skip ci] add descriptive name
1 parent 042ad07 commit 3874a4b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: "🖨️ Pre Release"
1+
name: "Pre Release"
2+
run-name: "Pre Release - ${{ github.event.inputs.purpose }}"
23
on:
34
workflow_dispatch:
45
inputs:
@@ -8,6 +9,10 @@ on:
89
preventSnapshots:
910
description: 'Prevent Snapshot Publishing'
1011
required: false
12+
purpose:
13+
description: 'Descriptive Purpose'
14+
default: 'grails'
15+
required: false
1116
env:
1217
GIT_USER_NAME: 'grails-build'
1318
GIT_USER_EMAIL: '[email protected]'

0 commit comments

Comments
 (0)