Skip to content

Commit

Permalink
Remove pages specific outputs from wrangler deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximo-Guk committed Nov 13, 2024
1 parent 29ccb3e commit 027ebd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/wranglerAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ async function wranglerCommands(
const { deploymentUrl, aliasUrl } =
extractDeploymentUrlsFromStdout(stdOut);
setOutput("deployment-url", deploymentUrl);
// DEPRECATED: deployment-alias-url in favour of pages-deployment-alias, drop in next wrangler-action major version change
setOutput("deployment-alias-url", aliasUrl);
setOutput("pages-deployment-alias-url", aliasUrl);
}
// Check if this command is a pages deployment
if (
Expand Down

0 comments on commit 027ebd5

Please sign in to comment.