add changeset

This commit is contained in:
GrantBirki 2023-12-13 10:10:20 -07:00
parent f88aee4953
commit d13856dfc9
No known key found for this signature in database
GPG key ID: 9029BBCCC15C6F8C

View file

@ -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://<your_pages_site>.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.