fregante / ghat

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

The `--set` flag doesn't preserve the flag value’s quotations #15

Closed fregante closed 3 years ago

fregante commented 3 years ago

Following #14

npx ghat fregante/ghatemplates/webext --set 'on.schedule=[{"cron": "42 17 * * 4"}]'

will be stored as

# DO NOT EDIT BELOW - use `npx ghat fregante/ghatemplates/webext --set on.schedule=[{"cron": "42 17 * * 4"}]`

without the ', which won't run correctly a second time.