fregante / ghat

🛕 Reuse GitHub Actions workflows across repositories
https://npm.im/ghat
MIT License
264 stars 9 forks source link

Allow specifying a template name #6

Open fregante opened 3 years ago

fregante commented 3 years ago

If ghat fetches/finds a single template, it could also rename it to whatever the user prefers. Example:

npx ghat fregante/ghat/templates/node --out test.yml

But perhaps this could already be done, without issue, with #4:

# test.yml
apply: fregante/ghat/templates/node/ci.yml