Skip to content

Commit 0c729c8

Browse files
committed
Mention that debug mode is automatically enabled when step debugging on
1 parent 53850d8 commit 0c729c8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

init/action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,10 @@ inputs:
5656
This input also sets the number of threads that can later be used by the "analyze" action.
5757
required: false
5858
debug:
59-
description: Enable debugging mode. This will result in more output being produced which may be useful when debugging certain issues.
59+
description: >-
60+
Enable debugging mode.
61+
This will result in more output being produced which may be useful when debugging certain issues.
62+
Debugging mode is enabled automatically when step debug logging is turned on.
6063
required: false
6164
default: 'false'
6265
debug-artifact-name:

0 commit comments

Comments
 (0)