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

Cleanup old lychee bin after install #172

Merged
merged 2 commits into from
Nov 9, 2022
Merged

Cleanup old lychee bin after install #172

merged 2 commits into from
Nov 9, 2022

Commits on Nov 9, 2022

  1. Cleanup old lychee bin after install

    Having the lychee bin stick around after installation causes problems.
    
    ```
    mkdir: cannot create directory ‘lychee’: File exists
     /home/runner/work/_actions/lycheeverse/lychee-action/xx/entrypoint.sh: line 33: lychee/out.md: Not a directory
    ```
    
    This change removes the installation binary after installation.
    mre committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    918aea7 View commit details
    Browse the repository at this point in the history
  2. Update action.yml

    mre committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    78e6686 View commit details
    Browse the repository at this point in the history