From 8027c65debd136dff7ed651128de60d8a3980ab3 Mon Sep 17 00:00:00 2001 From: Kevin Dangoor Date: Fri, 7 Feb 2025 11:58:51 -0500 Subject: [PATCH] Fix action.yml formatting --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 930f71a..d7a5ecf 100644 --- a/action.yml +++ b/action.yml @@ -3,7 +3,8 @@ description: 'Setup licensee/licensed for use in GitHub Actions workflows' branding: icon: check color: green - @@ -8,10 +8,10 @@ inputs: +inputs: + github_token: description: 'Authentication token to use with the GitHub API' required: false version: @@ -15,4 +16,4 @@ branding: required: false runs: using: 'node20' - main: 'dist/index.js' + main: 'dist/index.js' \ No newline at end of file