From 43267438de6378abee35f0c98f4e2d13e61ca0d3 Mon Sep 17 00:00:00 2001 From: Logicer Date: Sun, 25 Feb 2024 11:16:07 +1100 Subject: [PATCH] update action inputs (#75) --- 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