Skip to content

Commit

Permalink
Remove duplicate in action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Feb 3, 2025
1 parent dc9bc15 commit 55ec4a4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,12 @@ runs:
exit 1
fi
fi
bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: sh
env:
INPUT_TOOL: ${{ inputs.tool }}
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
if: runner.os != 'Windows'
if: runner.os == 'Linux'
- run: bash --noprofile --norc "${GITHUB_ACTION_PATH:?}/main.sh"
shell: bash
env:
INPUT_TOOL: ${{ inputs.tool }}
INPUT_CHECKSUM: ${{ inputs.checksum }}
INPUT_FALLBACK: ${{ inputs.fallback }}
DEFAULT_GITHUB_TOKEN: ${{ github.token }}
if: runner.os == 'Windows'

0 comments on commit 55ec4a4

Please sign in to comment.