Is there a smart way to copy and rename files via a GitHub Actions?
I want to have some READMEs to be copied to the /docs folder (:= the same repo, not a remote one!), where they will be renamed according to their frontmatter title.
Goal is to have some kind of auto-updating doc system where everytime I push the Jekyll gets populated automatically.