fregante / ghat

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

Include some `degit` flags #2

Closed fregante closed 3 years ago

fregante commented 3 years ago

ghat uses degit under the hood. It could include some flags, like mode=git, which enables getting workflows from private repos.

fregante commented 3 years ago

The plan is to avoid using degit since it's not meant to be used this way and is heavy. For any specific degit features, it's best to open specific issues.

Ideally it will be replaced by hosted-git-info for parsing + untar specific folders and files.