From 950ea0eed7f0d0d36a7ca67385489ba6ba58b5d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:09:56 -0400 Subject: [PATCH] Fix spaces --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c199b81..59031dd 100644 --- a/action.yml +++ b/action.yml @@ -5,8 +5,8 @@ inputs: description: 'The TOML file to read from' required: true field: - description: 'The field inside the TOML file to read' - required: true + description: 'The field inside the TOML file to read' + required: true outputs: value: description: 'The data stored in `field` inside `file`'