mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-21 17:43:23 +01:00
Apply suggestions from code review
This commit is contained in:
parent
d13856dfc9
commit
bd3857047e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
"wrangler-action": minor
|
"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-output` - contains the string results of `stdout`
|
||||||
- `command-stderr` - contains the string results of `stderr`
|
- `command-stderr` - contains the string results of `stderr`
|
||||||
|
|
|
@ -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
|
### 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
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
|
|
Loading…
Reference in a new issue