We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c8bceb commit 1aa608fCopy full SHA for 1aa608f
1 file changed
.github/workflows/release.yml
@@ -6,17 +6,17 @@ on:
6
workflow_dispatch:
7
inputs:
8
dry_run:
9
- description: Run semantic-release in dry-run mode (no publishing will happen)
+ description: `--dry-run`? Run the workflow without publishing a release
10
required: true
11
default: false
12
type: boolean
13
publish_pages:
14
- description: Publish the assembled docs and Storybook github.io site
+ description: Publish `elastic.github.io/elastic-charts` site?
15
16
default: true
17
18
pages_target_branch:
19
- description: Branch to publish the assembled site to (e.g. use gh-pages-temp for smoke testing)
+ description: github.io pages branch? (e.g. use "gh-pages-temp" for smoke testing)
20
21
default: gh-pages
22
type: string
0 commit comments