Skip to content

Commit

Permalink
Improve messages in the snap creation form
Browse files Browse the repository at this point in the history
  • Loading branch information
gares authored Feb 26, 2021
1 parent 2ce89b3 commit 6a30a14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ on:
workflow_dispatch:
inputs:
save:
description: 'Save artifact for download'
description: 'Save artifact for download? (true/false, default false)'
default: false
upload:
description: 'Upload artifact to snap store'
description: 'Upload artifact to snap store? (true/false, default false)'
default: false
platform:
description: 'Arguments for the platform script'
description: 'Arguments for the platform script:'
required: true
default: '-extent=f -parallel=p -jobs=2 -vst=y -compcert=f'

Expand Down

0 comments on commit 6a30a14

Please sign in to comment.