We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 042ad07 commit 3874a4bCopy full SHA for 3874a4b
.github/workflows/pre-release.yml
@@ -1,4 +1,5 @@
1
-name: "🖨️ Pre Release"
+name: "Pre Release"
2
+run-name: "Pre Release - ${{ github.event.inputs.purpose }}"
3
on:
4
workflow_dispatch:
5
inputs:
@@ -8,6 +9,10 @@ on:
8
9
preventSnapshots:
10
description: 'Prevent Snapshot Publishing'
11
required: false
12
+ purpose:
13
+ description: 'Descriptive Purpose'
14
+ default: 'grails'
15
+ required: false
16
env:
17
GIT_USER_NAME: 'grails-build'
18
GIT_USER_EMAIL: '[email protected]'
0 commit comments