From 8f3ce989e5659fb40553fc55eb33dc14c3749866 Mon Sep 17 00:00:00 2001 From: Simone Corsi Date: Fri, 15 Jan 2021 10:55:13 +0100 Subject: [PATCH] chore: action name --- action.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7050c8d..851bf6a 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,9 @@ -name: 'Mawesome' +name: 'My Awesome list' description: 'Generate awesome list from user starred repositories' +inputs: + github-token: + description: 'Github token' + required: true runs: using: 'node14' main: 'dist/index.js'