I've tried every way I can find online but I just can't make this work. I have multiple repositories in Github which leverage actions. And by multiple I mean pushing 1K (not mine actually, but long story). I need to retrieve only the /.github folder and all of the files in it, I don't want the entire repository. I need to scan the workflows and actions YAML files to get a sense of what these are actually doing, like building code, testing, building and testing, etc. Could someone PLEASE help me with this, the sparse checkout just doesn't seem to work.
Thanks!