Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
Improve input descriptions in snap-testing.yml (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Jun 20, 2023
1 parent a85ee86 commit 4ec7094
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/snap-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ on:
workflow_dispatch:
inputs:
localBuild:
description: Build snaps locally
description: Build snaps from source (ignore channels)
required: false
default: false
type: boolean
channel:
description: Channel (optional)
description: Channel
required: false
default: "latest/edge"
type: choice
Expand All @@ -28,7 +28,7 @@ on:
- 'latest/candidate'
- 'latest/stable'
platform_channel:
description: Platform channel (optional)
description: Platform channel
required: false
default: "latest/edge"
type: choice
Expand Down

0 comments on commit 4ec7094

Please sign in to comment.