Skip to content

Commit

Permalink
Mention that debug mode is automatically enabled when step debugging on
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Jul 1, 2022
1 parent 53850d8 commit 0c729c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion init/action.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 0c729c8

Please sign in to comment.