From 415812cafcb2521394b6ba45ca8fcba6db873fd7 Mon Sep 17 00:00:00 2001 From: Sabith KS Date: Wed, 29 May 2024 10:02:40 +0530 Subject: [PATCH] fix debug log --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}