From 7cd731f71819cef80f599de53ed358cdd4732c58 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Sun, 9 Feb 2025 02:43:00 +0200 Subject: [PATCH] fix(ci): add shell to pr-lint action --- pr-lint/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/pr-lint/action.yml b/pr-lint/action.yml index ed41fad..a737cc5 100644 --- a/pr-lint/action.yml +++ b/pr-lint/action.yml @@ -89,6 +89,7 @@ runs: # Set APPLY_FIXES_IF var for use in future steps - name: Set APPLY_FIXES_IF var + shell: bash run: | printf 'APPLY_FIXES_IF=%s\n' "${{ steps.ml.outputs.has_updated_sources == 1 &&