Skip to content

Commit 1aa608f

Browse files
committed
Improve copies
1 parent 2c8bceb commit 1aa608f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ on:
66
workflow_dispatch:
77
inputs:
88
dry_run:
9-
description: Run semantic-release in dry-run mode (no publishing will happen)
9+
description: `--dry-run`? Run the workflow without publishing a release
1010
required: true
1111
default: false
1212
type: boolean
1313
publish_pages:
14-
description: Publish the assembled docs and Storybook github.io site
14+
description: Publish `elastic.github.io/elastic-charts` site?
1515
required: true
1616
default: true
1717
type: boolean
1818
pages_target_branch:
19-
description: Branch to publish the assembled site to (e.g. use gh-pages-temp for smoke testing)
19+
description: github.io pages branch? (e.g. use "gh-pages-temp" for smoke testing)
2020
required: true
2121
default: gh-pages
2222
type: string

0 commit comments

Comments
 (0)