Skip to content

Commit

Permalink
add provision to enable debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sks committed May 29, 2024
1 parent 8bd3342 commit 2292486
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,6 @@ runs:
- ${{ inputs.scanPath }}
- --deployment-type
- ${{ inputs.targetCompute }}
- --log
# based on ACTIONS_RUNNER_DEBUG, set to 2 for debug
- ${{ runner.os == 'Linux' && env.ACTIONS_RUNNER_DEBUG == 'true' && '2' || '3' }}

0 comments on commit 2292486

Please sign in to comment.