From 47383bc9ef2658ddd5b971e94e03672655bf4856 Mon Sep 17 00:00:00 2001 From: Logicer Date: Sat, 24 Feb 2024 01:56:29 +0000 Subject: [PATCH] update action inputs --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index f4dab1d..0197471 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: "ESLint Annotate from Report JSON" description: "Annotates pull request diffs with warnings and errors from an ESLint report JSON file." inputs: - repo-token: + GITHUB_TOKEN: description: "The 'GITHUB_TOKEN' secret" default: ${{ github.token }} required: true