From 4a0411b89b75df4fcd801c7d3eeef8eee31ba06a Mon Sep 17 00:00:00 2001 From: Ross Brodbeck Date: Wed, 15 Apr 2020 08:29:42 -0400 Subject: [PATCH] Add debugging documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 28d11920..1e2e7dc4 100644 --- a/README.md +++ b/README.md @@ -64,3 +64,7 @@ jobs: stale-pr-label: 'no-pr-activity' exempt-pr-labels: 'awaiting-approval,work-in-progress' ``` + +### Debugging + +To see debug ouput from this action, you must set the secret `ACTIONS_STEP_DEBUG` to `true` in your repository. You can run this action in debug only mode (no actions will be taken on your issues) by passing `debug-only` `true` as an argument to the action. \ No newline at end of file