Skip to content

Commit

Permalink
add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Dec 13, 2023
1 parent f88aee4 commit d13856d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .changeset/plenty-seals-cover.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d13856d

Please sign in to comment.