LycheeOrg / Lychee-Docker

Docker image for Lychee
https://lycheeorg.github.io/
165 stars 56 forks source link

Fix workflow test #191

Closed ildyria closed 6 months ago

ildyria commented 6 months ago

Comparison was with $test instead of ${{ github.event.inputs.branchname }} which would obviously break as $test is not defined.

Also added lychee into gitignore because when some-one does a git clone and subsequently docker compose up we do not want to see those files appear. :)

ildyria commented 6 months ago

Fix is tested to work here: https://github.com/LycheeOrg/Lychee-Docker/actions/runs/8112058445 was broken here: https://github.com/LycheeOrg/Lychee-Docker/actions/runs/8111936708