From 8b348cc0b93af1bee9cf6d1b4f63863073126f30 Mon Sep 17 00:00:00 2001 From: zepatrik Date: Mon, 23 Nov 2020 13:06:07 +0100 Subject: [PATCH] fix: run without protoc plugins --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f40309f..a58aaed 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: required: false protocPlugins: description: The protoc language plugins to install, space separated. See README for supported plugins. - default: "" + default: " " required: false runs: