mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2025-04-24 17:29:08 +02:00
Update wranglerAction.ts
This commit is contained in:
parent
08959b2671
commit
ef1f9fb2b0
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ async function uploadSecrets(
|
|||
);
|
||||
}
|
||||
|
||||
const args = ["wrangler", "secret:bulk"];
|
||||
const args = ["wrangler", "secret", "bulk"];
|
||||
|
||||
if (environment) {
|
||||
args.push("--env", environment);
|
||||
|
|
Loading…
Add table
Reference in a new issue