Skip to content

Commit

Permalink
fix: install lychee to a user owner directory (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z committed Aug 29, 2022
1 parent 2e991c5 commit eb40205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Expand Up @@ -40,7 +40,8 @@ runs:
run: |
curl -sLO 'https://github.com/lycheeverse/lychee/releases/download/v${{ inputs.LYCHEEVERSION }}/lychee-v${{ inputs.LYCHEEVERSION }}-x86_64-unknown-linux-gnu.tar.gz'
tar -xvzf lychee-v${{ inputs.LYCHEEVERSION }}-x86_64-unknown-linux-gnu.tar.gz
install lychee /usr/local/bin/lychee
install -t $HOME/.local/bin -D lychee
echo "$HOME/.local/bin" >> $GITHUB_PATH
shell: bash
- name: Run lychee
run: ${{ github.action_path }}/entrypoint.sh
Expand Down

0 comments on commit eb40205

Please sign in to comment.