diff --git a/action.yml b/action.yml index ac1db00..ce97e36 100644 --- a/action.yml +++ b/action.yml @@ -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' }}