1
0
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:
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 - 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

View File

@ -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