fregante / ghat

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

Add `--set` flag, the opposite of `--exclude` #12

Closed fregante closed 3 years ago

fregante commented 3 years ago

For quick replacements, --set could be used to customize certain workflows without resorting to #4

Example:

npx ghat fregante/ghatemplates/node --set jobs.Test.container=node:12.15

It would fix a85a98c (#55)