From 4ec7094bdbca9b21578133011f03e7713b3704e4 Mon Sep 17 00:00:00 2001 From: Farshid Tavakolizadeh Date: Tue, 20 Jun 2023 10:17:40 +0200 Subject: [PATCH] Improve input descriptions in snap-testing.yml (#222) --- .github/workflows/snap-testing.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/snap-testing.yml b/.github/workflows/snap-testing.yml index 0050c84..e7467a8 100644 --- a/.github/workflows/snap-testing.yml +++ b/.github/workflows/snap-testing.yml @@ -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 @@ -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