docs: add note about using DEBUG=1 output

This commit is contained in:
2018-10-23 10:25:39 -07:00
parent 0dce32781b
commit 872d9c790f

View File

@@ -17,6 +17,10 @@ You'll need to set some environment flags. Check `sample-env` for what is availa
You will need to provide a Github [Personal Access Token](https://github.com/settings/tokens/new). It will need `write:org` access in order to create comments. You will need to provide a Github [Personal Access Token](https://github.com/settings/tokens/new). It will need `write:org` access in order to create comments.
### Debugging
If the script isn't doing what you expect, you can get more output from it by prepending the script with `DEBUG=1`.
#### License #### License
MIT © [w33ble](https://github.com/w33ble) MIT © [w33ble](https://github.com/w33ble)