diff --git a/.changeset/plenty-seals-cover.md b/.changeset/plenty-seals-cover.md new file mode 100644 index 0000000..3f9ee07 --- /dev/null +++ b/.changeset/plenty-seals-cover.md @@ -0,0 +1,11 @@ +--- +"wrangler-action": minor +--- + +This change introduces three new GitHub Action's output variables. These variables are as follows: + +- `command-output` - contains the string results of `stdout` +- `command-stderr` - contains the string results of `stderr` +- `deployment-url` - contains the string results of the URL that was deployed (ex: `https://.pages.dev`) + +These output variables are intended to be used by more advanced workflows that require the output results or deployment url from Wrangler commands in subsequent workflow steps.