Merge pull request #332 from uFloppyDisk/chore/action-input-fix

chore(action.yml): rename gitHubToken input in action.yml;
This commit is contained in:
Maximo Guk 2024-11-25 23:09:49 -04:00 committed by GitHub
commit 3c6e4da7b3
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: