mirror of
https://github.com/cloudflare/wrangler-action.git
synced 2024-11-22 10:03:24 +01:00
update readme
This commit is contained in:
parent
74a612d924
commit
5ee7b681bc
1 changed files with 1 additions and 8 deletions
|
@ -239,14 +239,7 @@ More advanced workflows may need to parse the resulting output of Wrangler comma
|
||||||
run: echo $CMD_OUTPUT
|
run: echo $CMD_OUTPUT
|
||||||
```
|
```
|
||||||
|
|
||||||
Now when you run your workflow, you will see the output of the Wrangler command in the logs that should be in the following structure:
|
Now when you run your workflow, you will see the full output of the Wrangler command in your workflow logs. You can also use this output in subsequent workflow steps to parse the output for specific values.
|
||||||
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"stdout": "stdout text here",
|
|
||||||
"stderr": "stderr text here"
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
## Troubleshooting
|
## Troubleshooting
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue