mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Update src/index.ts
This commit is contained in:
parent
0fff39f4b7
commit
1599928d8e
1 changed files with 2 additions and 1 deletions
|
@ -272,7 +272,8 @@ async function wranglerCommands() {
|
|||
if (
|
||||
command.startsWith("deploy") ||
|
||||
command.startsWith("publish") ||
|
||||
command.startsWith("pages publish")
|
||||
command.startsWith("pages publish") ||
|
||||
command.startsWith("pages deploy")
|
||||
) {
|
||||
// If this is a workers or pages deployment, try to extract the deployment URL
|
||||
let deploymentUrl = "";
|
||||
|
|
Loading…
Reference in a new issue