Merge two non-Windows steps

This commit is contained in:
Taiki Endo
2026-04-04 12:14:05 +09:00
parent befcb22678
commit 0ac54ad8ce

View File

@@ -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 }}