Update wranglerAction.ts

This commit is contained in:
Somhairle MacLeòid 2025-03-15 00:25:40 +00:00 committed by GitHub
parent 08959b2671
commit ef1f9fb2b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -265,7 +265,7 @@ async function uploadSecrets(
);
}
const args = ["wrangler", "secret:bulk"];
const args = ["wrangler", "secret", "bulk"];
if (environment) {
args.push("--env", environment);