1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-06-27 10:46:02 +02:00

Update input description on workflows (#7881)

This commit is contained in:
Vince Grassia 2024-02-09 05:30:07 -05:00 committed by GitHub
parent 63674cc521
commit 68cc52164f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -15,12 +15,12 @@ on:
- Redeploy
- Dry Run
snap_publish:
description: 'Publish to snap store'
description: 'Publish to Snap store'
required: true
default: true
type: boolean
choco_publish:
description: 'Publish to chocolatey store'
description: 'Publish to Chocolatey store'
required: true
default: true
type: boolean

View File

@ -30,12 +30,12 @@ on:
default: true
type: boolean
electron_publish:
description: 'Publish electron to S3 bucket'
description: 'Publish Electron to S3 bucket'
required: true
default: true
type: boolean
github_release:
description: 'Publish github release'
description: 'Publish GitHub release'
required: true
default: true
type: boolean