From f8b8d555f84da49ac7e1e22379742eb1b8ded407 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Fri, 3 Apr 2026 04:20:46 +0900 Subject: [PATCH] Update comments --- action.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 0443de73..b206971f 100644 --- a/action.yml +++ b/action.yml @@ -45,14 +45,15 @@ runs: - run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh" shell: bash env: - # NB: Sync with non-Windows case. + # NB: Sync with Windows case. INPUT_TOOL: ${{ inputs.tool }} INPUT_CHECKSUM: ${{ inputs.checksum }} INPUT_FALLBACK: ${{ inputs.fallback }} DEFAULT_GITHUB_TOKEN: ${{ github.token }} ACTION_USER_AGENT: ${{ github.action_repository }} (${{ github.action_ref }}) if: runner.os != 'Windows' - # Use pwsh and retry on bash startup failure to work around windows-11-arm runner bug: https://github.com/actions/partner-runner-images/issues/169 + # Use pwsh and retry on bash startup failure to work around windows-11-arm runner bug: + # https://github.com/actions/partner-runner-images/issues/169 - run: | Set-StrictMode -Version Latest for ($i=1; $i -le 10; $i++) {