chore(action.yml): rename input;

Rename 'githubToken' input to 'gitHubToken' in action.yml to reflect the key used for intake in the script;
This commit is contained in:
Pawel Bartusiak 2024-11-25 19:00:09 -08:00 committed by GitHub
parent b19342b08c
commit 1c0eef186f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: