mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Fix bad env var names
This commit is contained in:
parent
c09ecc83b5
commit
7071ccd00d
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ chmod -R 777 "$HOME/.wrangler"
|
|||
sanitize "${INPUT_CLOUDFLAREEMAIL}" "CLOUDFLARE_EMAIL"
|
||||
sanitize "${INPUT_CLOUDFLAREAPI_KEY}" "CLOUDFLARE_API_KEY"
|
||||
|
||||
export CF_EMAIL="$INPUT_CLOUDFLAREEMAIL"
|
||||
export CF_API_KEY="$INPUT_CLOUDFLAREAPIKEY"
|
||||
export CF_EMAIL="$INPUT_EMAIL"
|
||||
export CF_API_KEY="$INPUT_APIKEY"
|
||||
|
||||
npm i @cloudflare/wrangler -g
|
||||
npm i
|
||||
|
|
Loading…
Reference in a new issue