Skip to content

Commit

Permalink
fix debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
sks committed May 29, 2024
1 parent 30f18ea commit 415812c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ runs:
- ${{ inputs.targetCompute }}
- --log
# based on ACTIONS_RUNNER_DEBUG, set to 2 for debug
- ${{ runner.os == 'Linux' && env.ACTIONS_RUNNER_DEBUG == 'true' && '2' || '3' }}
- ${{ env.ACTIONS_RUNNER_DEBUG == 'true' && '2' || '3' }}

0 comments on commit 415812c

Please sign in to comment.