From af32b081f8c59583a4be4afd271e04b39bd5606c Mon Sep 17 00:00:00 2001 From: giles Date: Sat, 21 Oct 2023 17:03:32 +0100 Subject: [PATCH] parameter name is action --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 27c41db..856fdaa 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'batch2yaml' description: 'convert batch to yaml or back' inputs: - direction: + action: description: 'either yml or xml' required: true default: 'yml'