jelhan / create-github-actions-setup-for-ember-addon

Setup GitHub Actions for an Ember Addon
MIT License
19 stars 2 forks source link

Make configuration interface more flexible for upcoming use cases #27

Closed jelhan closed 3 years ago

jelhan commented 3 years ago

This pull request changes the configuration interface used to be more flexible for upcoming use cases. One use case I had in mind is support for arbitrary environment variables (#12). Landing this change before introducing an update mechanism (#19) to reduce the likelihood of backward incompatible changes.