From 67fd9614b5a16a21e697455c8c6f52df29cb6698 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Thu, 22 Aug 2019 04:30:36 +0200 Subject: [PATCH] Remove trailing space (#11) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2b3b1b0..50f8fd6 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Node 12 Template Action' description: 'Get started with Node actions' author: 'GitHub' -inputs: +inputs: myInput: description: 'Input to use' default: 'world'