mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
Update input description on workflows (#7881)
This commit is contained in:
parent
63674cc521
commit
68cc52164f
4
.github/workflows/release-cli.yml
vendored
4
.github/workflows/release-cli.yml
vendored
@ -15,12 +15,12 @@ on:
|
|||||||
- Redeploy
|
- Redeploy
|
||||||
- Dry Run
|
- Dry Run
|
||||||
snap_publish:
|
snap_publish:
|
||||||
description: 'Publish to snap store'
|
description: 'Publish to Snap store'
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
choco_publish:
|
choco_publish:
|
||||||
description: 'Publish to chocolatey store'
|
description: 'Publish to Chocolatey store'
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
4
.github/workflows/release-desktop.yml
vendored
4
.github/workflows/release-desktop.yml
vendored
@ -30,12 +30,12 @@ on:
|
|||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
electron_publish:
|
electron_publish:
|
||||||
description: 'Publish electron to S3 bucket'
|
description: 'Publish Electron to S3 bucket'
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
github_release:
|
github_release:
|
||||||
description: 'Publish github release'
|
description: 'Publish GitHub release'
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user