From 1c0eef186fa87111b437246f0003533becb1890b Mon Sep 17 00:00:00 2001 From: Pawel Bartusiak <21136755+uFloppyDisk@users.noreply.github.com> Date: Mon, 25 Nov 2024 19:00:09 -0800 Subject: [PATCH] chore(action.yml): rename input; Rename 'githubToken' input to 'gitHubToken' in action.yml to reflect the key used for intake in the script; --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index eedd189..a6ccf5a 100644 --- a/action.yml +++ b/action.yml @@ -44,7 +44,7 @@ inputs: packageManager: description: "The package manager you'd like to use to install and run wrangler. If not specified, the preferred package manager will be inferred based on the presence of a lockfile or fallback to using npm if no lockfile is found. Valid values are `npm` | `pnpm` | `yarn` | `bun`." required: false - githubToken: + gitHubToken: description: "GitHub Token" required: false outputs: