fregante / ghat

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

It should throw when the specified file isn't found #17

Open fregante opened 3 years ago

fregante commented 3 years ago

This currently "works", but shouldn't:

npx ghat fregante/ghatemplates/supppppp.yml

It creates an empty supppppp.yml file instead of throwing. Related: https://github.com/Rich-Harris/degit/issues/129