Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keep action in sync with lychee repo #233

Prev Previous commit
ci: fix indentation and add wildcard to be future-proof
  • Loading branch information
axel-kah committed Jul 7, 2024
commit f34928a39c9f1a6f7639f49344e974de799eb244
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
rm -rf lychee* || echo "No leftovers to clean up. Skipping."
curl -sL "https://github.com/lycheeverse/lychee/releases/download/${{ inputs.LYCHEEVERSION }}/lychee-x86_64-unknown-linux-gnu.tar.gz" | tar -xvzf -
install -t "$HOME/.local/bin" -D lychee
rm -f lychee
rm -f lychee*
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
shell: bash
- name: Run lychee
Expand Down
Loading