From 4e2ef9706a08f9965ba51c47e0d195de6d294c69 Mon Sep 17 00:00:00 2001 From: Biplob SD <43641536+biplobsd@users.noreply.github.com> Date: Thu, 25 Jun 2020 18:12:28 +0600 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7b68ab9..44af939 100644 --- a/action.yml +++ b/action.yml @@ -20,7 +20,7 @@ inputs: spec: description: 'Specify a file path for .spec file' required: False - default: *.spec + default: "" outputs: output: description: 'The output of PyInstaller'