Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
1000hz authored Dec 13, 2023
1 parent d13856d commit bd38570
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/plenty-seals-cover.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"wrangler-action": minor
---

This change introduces three new GitHub Action's output variables. These variables are as follows:
This change introduces three new GitHub Actions output variables. These variables are as follows:

- `command-output` - contains the string results of `stdout`
- `command-stderr` - contains the string results of `stderr`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ Now when you run your workflow, you will see the full output of the Wrangler com

### Using the `deployment-url` Output Variable

If you are executing a Wrangler command that results in either a workers or pages deployment, you can utilize the `deployment-url` output variable to get the URL of the deployment. For example, if you want to print the deployment URL after deploying your application, you can do the following:
If you are executing a Wrangler command that results in either a Workers or Pages deployment, you can utilize the `deployment-url` output variable to get the URL of the deployment. For example, if you want to print the deployment URL after deploying your application, you can do the following:

```yaml
- name: Deploy
Expand Down

0 comments on commit bd38570

Please sign in to comment.