From cb322ad0f8590c07e321a0730299a82024b6a5d1 Mon Sep 17 00:00:00 2001 From: William Harrison Date: Sat, 27 Jan 2024 08:57:51 +0800 Subject: [PATCH] Update action.yml --- action.yml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/action.yml b/action.yml index 7447178..fbc3b50 100644 --- a/action.yml +++ b/action.yml @@ -1,10 +1,13 @@ -name: 'ID_Commit' -description: 'Add a users ID to their github pull if not there' +name: "GitHub ID Script" +description: "Add a user's GitHub ID to their is-a.dev pull request." +branding: + icon: "user" + color: "purple" inputs: - files: - description: 'Files that need to be updated' - required: true - default: 'none' + files: + description: "Files that need to be updated" + required: true + default: "none" runs: - using: 'node20' - main: 'index.js' \ No newline at end of file + using: "node20" + main: "index.js"