Apply suggestions from code review

This commit is contained in:
Cina Saffary 2023-12-13 11:15:50 -06:00 committed by GitHub
parent d13856dfc9
commit bd3857047e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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`

View file

@ -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