update readme

This commit is contained in:
GrantBirki 2023-12-07 22:27:25 -07:00
parent 74a612d924
commit 5ee7b681bc
No known key found for this signature in database
GPG key ID: 96DF969ECBD266FE

View file

@ -239,14 +239,7 @@ More advanced workflows may need to parse the resulting output of Wrangler comma
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:
```json
{
"stdout": "stdout text here",
"stderr": "stderr text here"
}
```
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.
## Troubleshooting