mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
add changeset
This commit is contained in:
parent
f88aee4953
commit
d13856dfc9
1 changed files with 11 additions and 0 deletions
11
.changeset/plenty-seals-cover.md
Normal file
11
.changeset/plenty-seals-cover.md
Normal 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.
|
Loading…
Reference in a new issue