mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-02-02 02:14:45 +01:00
Merge pull request #332 from uFloppyDisk/chore/action-input-fix
chore(action.yml): rename gitHubToken input in action.yml;
This commit is contained in:
commit
3c6e4da7b3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue