Skip to content

Commit f8b8d55

Browse files
committed
Update comments
1 parent 7ed69ab commit f8b8d55

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,15 @@ runs:
4545
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
4646
shell: bash
4747
env:
48-
# NB: Sync with non-Windows case.
48+
# NB: Sync with Windows case.
4949
INPUT_TOOL: ${{ inputs.tool }}
5050
INPUT_CHECKSUM: ${{ inputs.checksum }}
5151
INPUT_FALLBACK: ${{ inputs.fallback }}
5252
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
5353
ACTION_USER_AGENT: ${{ github.action_repository }} (${{ github.action_ref }})
5454
if: runner.os != 'Windows'
55-
# 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
55+
# Use pwsh and retry on bash startup failure to work around windows-11-arm runner bug:
56+
# https://github.com/actions/partner-runner-images/issues/169
5657
- run: |
5758
Set-StrictMode -Version Latest
5859
for ($i=1; $i -le 10; $i++) {

0 commit comments

Comments
 (0)