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 ff78837 commit d31e07eCopy full SHA for d31e07e
.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