mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 01:53:24 +01:00
fix
This commit is contained in:
parent
aab7849afe
commit
698bc9db77
1 changed files with 3 additions and 3 deletions
|
@ -21,9 +21,9 @@ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.0/install.sh | bash
|
|||
mkdir -p "$HOME/.wrangler"
|
||||
chmod -R 777 "$HOME/.wrangler"
|
||||
|
||||
_sanitize "${INPUT_EMAIL}" "email"
|
||||
sanitize "${INPUT_EMAIL}" "email"
|
||||
export CLOUDFLARE_EMAIL="$INPUT_EMAIL"
|
||||
_sanitize "${INPUT_APIKEY}" "apiKey"
|
||||
sanitize "${INPUT_APIKEY}" "apiKey"
|
||||
export CLOUDFLARE_API_KEY="$INPUT_APIKEY"
|
||||
|
||||
npm i @cloudflare/wrangler -g
|
||||
|
|
Loading…
Reference in a new issue