From 1c4c409cb4613cd19e0d5ec13b076531e16e284d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Sawicz?= Date: Sat, 27 Feb 2021 10:27:11 +0100 Subject: [PATCH] Make `channel` optional Co-authored-by: Casper da Costa-Luis --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index fa077eb..5b48355 100644 --- a/action.yml +++ b/action.yml @@ -5,7 +5,7 @@ description: GitHub Action for setting up Snapcraft inputs: channel: description: The channel to install Snapcraft from - required: true + required: false default: stable snapcraft_token: description: Token for logging into Snapcraft