From d777be676a8825316c234d9ae2bbcf74a6821a7a Mon Sep 17 00:00:00 2001 From: "Sean T. Allen" Date: Fri, 5 Jun 2020 22:01:57 -0400 Subject: [PATCH] Fix bad action.yml --- action.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/action.yml b/action.yml index debf4cc..e91d8d4 100644 --- a/action.yml +++ b/action.yml @@ -3,10 +3,10 @@ description: 'Updates a changelog if certain labels are set' runs: using: 'docker' image: 'Dockerfile' - inputs: - git_user_name: - description: 'Name to associate with commits' - required: true - git_user_email: - description: 'Email to associate with commits' - required: true +inputs: + git_user_name: + description: 'Name to associate with commits' + required: true + git_user_email: + description: 'Email to associate with commits' + required: true