From 0ac54ad8ce590a3e513ab91d888e532ee8f60833 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 4 Apr 2026 12:14:05 +0900 Subject: [PATCH] Merge two non-Windows steps --- action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/action.yml b/action.yml index b206971f..9b28817f 100644 --- a/action.yml +++ b/action.yml @@ -40,10 +40,8 @@ runs: exit 1 fi fi + bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" shell: sh - if: runner.os == 'Linux' - - run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" - shell: bash env: # NB: Sync with Windows case. INPUT_TOOL: ${{ inputs.tool }}