Closed fenollp closed 2 years ago
p.s. I have a "fix to the fix" here: https://github.com/phlummox-dev/actions-setup-docker/commit/aeefd9ac1777ed7acbc8a2b88a8dbf7bd1de0b06
Thanks for the review and the fix! I've merged it. Here's a successful CI run of this branch as proof of it working: https://github.com/fenollp/actions-setup-docker/actions/runs/1658390147
No worries, glad it was useful :)
... @fenollp, I think this patch may cause runtime errors when used - have you tried using it on a repo yourself?
It seems to include a backtick (here, in a comment) inside a backtick-string (starting here), meaning the backstick string is interpreted as ending early.