From 9b6b25bdb157b612069224aa0843bf84004fe6c6 Mon Sep 17 00:00:00 2001 From: Yohei Ema <24579635+meihei3@users.noreply.github.com> Date: Sat, 8 Apr 2023 15:01:15 +0900 Subject: [PATCH] Remove unnecessary whitespace --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4353abb..008f0a9 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Container Action Template' description: 'Get started with Container actions' author: 'GitHub' -inputs: +inputs: myInput: description: 'Input to use' default: 'world'