We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9353c commit c9ffd0bCopy full SHA for c9ffd0b
.github/workflows/release.yml
@@ -4,12 +4,12 @@ on:
4
workflow_dispatch:
5
inputs:
6
dry-run:
7
- description: "Set to true to create an archive containing the release instead of publishing it on GitHub"
+ description: "Only create an archive containing the release instead of publishing it on GitHub"
8
type: boolean
9
required: false
10
default: false
11
force:
12
- description: "Set to true to allow this action to overwrite an existing release, and to make a release with an incorrect date"
+ description: "Allow overwriting an existing release, or making a release with an incorrect date"
13
14
15
0 commit comments