From e6944039f8cb91d27e1b42cbd6cf7460fe1a0d59 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 5 Sep 2019 11:34:38 -0400 Subject: [PATCH] Remove empty list from action.yml --- action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/action.yml b/action.yml index aec7e89..8eae491 100644 --- a/action.yml +++ b/action.yml @@ -18,7 +18,6 @@ inputs: default: actions/github-script previews: description: A list of API previews to accept - default: [] outputs: result: description: The return value of the script, stringified with `JSON.stringify`