Federico Grandi
Federico Grandi
Heyy @christulin , sorry for the short (6 months 💀) wait. But I finally got around reviewing this one! Going to merge, add you as contributor, and then publish
@all-contributors please add @christulin for their code contribution
Heyy, that's actually a nice point. I don't remember the reason why it wasn't so trivial to do that, maybe the commits are paginated or something. But I see in...
> How do you test your changes on this GHA? If I were to propose some changes and create a PR, do I need to use my local changes in...
Have you tried this? ```yaml with: add: "--sparse results" ```
Hmm that's weird, can you share the workflow file and/or a link to the logs (if the repo is public) The weird part is ` remote: 'https://github.com//',`, it looks like...
@QuentiumYT Sorry for the late reply, had a couple of busy weeks: can you run the workflow in debug mode?
Hi I just had a look but honestly I don't know It's really weird that it happens only with sparse checkout, so either `actions/checkout` is doing something funny when doing...
My action just logs the parsed arguments, the commands are pretty basic, just append the arguments to `checkout`, `pull`, `fetch` etc I don't know about actions/checkout, you could try just...
Agreed! Sounds like some useful info