From 2119a1ef9a14c80c678c32304009210e2a0f5458 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 6 Jul 2025 11:36:56 +0900 Subject: [PATCH] Replace tab with space --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 72d6de5f..1961a958 100644 --- a/action.yml +++ b/action.yml @@ -41,7 +41,7 @@ runs: fi fi shell: sh - if: runner.os == 'Linux' + if: runner.os == 'Linux' - run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" shell: bash env: