From 45b781c5443cc3e8b9e752022c344a24fb5d80a8 Mon Sep 17 00:00:00 2001 From: Kale Date: Thu, 5 Aug 2021 18:56:06 -0700 Subject: [PATCH] Update 'action.yml' --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index fdd508d..722eeec 100644 --- a/action.yml +++ b/action.yml @@ -21,16 +21,16 @@ inputs: description: "Version on Destination etc. Pro , ucate , Hell" required: true ACTION_FILE: - description: 'action script for example look at action.example.py I'm calling this the Really Action Script' + description: "action script for example look at action.example.py I'm calling this the Really Action Script" required: true GIT_NAME: - description: 'Git Username' + description: "Git Username" required: true GIT_EMAIL: - description: 'Git E-mail' + description: "Git E-mail" required: true REPO_BRANCH: - description: 'Git Branch' + description: "Git Branch" required: true runs: