From 0c729c81f2ca98e3b5b9941be1587e0c8cd3752f Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 1 Jul 2022 17:59:10 +0100 Subject: [PATCH] Mention that debug mode is automatically enabled when step debugging on --- init/action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init/action.yml b/init/action.yml index 1c869bb43..0accfcfcd 100644 --- a/init/action.yml +++ b/init/action.yml @@ -56,7 +56,10 @@ inputs: This input also sets the number of threads that can later be used by the "analyze" action. required: false debug: - description: Enable debugging mode. This will result in more output being produced which may be useful when debugging certain issues. + description: >- + Enable debugging mode. + This will result in more output being produced which may be useful when debugging certain issues. + Debugging mode is enabled automatically when step debug logging is turned on. required: false default: 'false' debug-artifact-name: