Skip to content

Commit

Permalink
don't remove the lychee config file (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmathieu authored Oct 10, 2024
1 parent 731bf1a commit 2bb2326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ runs:
# Remove the downloaded archive and any unnecessary files after installation
rm -f "${{ steps.lychee-setup.outputs.filename }}"
shopt -s extglob
rm -f lychee*!(lychee-bin|lychee-lib)
rm -f lychee!(*-bin|*-lib|*.toml)
shell: bash

- name: Run Lychee
Expand Down

0 comments on commit 2bb2326

Please sign in to comment.