From 872d9c790fc723f1b255536225be60f547cf5196 Mon Sep 17 00:00:00 2001 From: joe fleming Date: Tue, 23 Oct 2018 10:25:39 -0700 Subject: [PATCH] docs: add note about using DEBUG=1 output --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e933d8..f026078 100644 --- a/README.md +++ b/README.md @@ -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. +### 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 MIT © [w33ble](https://github.com/w33ble)