puppetlabs / bolt-vanagon

Apache License 2.0
2 stars 30 forks source link

(GH-1895) Add action to generate powershell module #138

Closed lucywyman closed 4 years ago

lucywyman commented 4 years ago

In order to ship the powershell cmdlets module in the Bolt MSI package we need generate the module from it's constituent files and commit it to bolt-vanagon. A repository-dispatch event will be created and sent to bolt-vanagon whenever the pwsh files are updated in Bolt. This commit adds an action that will be triggered when the repository-dispatch is received which:

This ensures that the generated module will stay up to date with changes in Bolt.