cloudflare / wrangler-action

🧙‍♀️ easily deploy cloudflare workers applications using wrangler and github actions
Apache License 2.0
1.26k stars 159 forks source link

[pages-action migration] Add Support for Pages Deployment Outputs #300

Closed aninibread closed 2 weeks ago

aninibread commented 1 month ago

Context: With the deprecation of pages-action, we are encouraging users who relied on it for Pages project deployments to migrate to wrangler-action.

Problem: We understand that wrangler-action currently does not provide the same outputs as pages-action. With the pages-action outputs being:

We are actively working on adding these outputs to wrangler-action to achieve full feature parity between the two actions. We know how important these outputs are for your workflows, and our goal is to make this transition as smooth as possible.

Please keep an eye on this issue for updates as we make progress. We also welcome your feedback. If there are any other outputs or related features you’d like to see, please leave your suggestions here.

From: Cloudflare Workers Team

courtney-sims commented 1 month ago

PR created for workers-sdk to enable the change needed in wrangler-action: https://github.com/cloudflare/workers-sdk/pull/6990

Maximo-Guk commented 2 weeks ago

Finished in #303