To support other CI's it would be best to move the logic from: https://github.com/majkinetor/au-packages-template/blob/master/.appveyor.yml#L73-L95 to update_all.ps1 (or another script/function).
Variables like branch name and commit message MUST be passed in as params, but it will make it much easier to understand the CI example.
I'm using Github actions, example here
To support other CI's it would be best to move the logic from: https://github.com/majkinetor/au-packages-template/blob/master/.appveyor.yml#L73-L95 to
update_all.ps1(or another script/function).Variables like branch name and commit message MUST be passed in as params, but it will make it much easier to understand the CI example.
I'm using Github actions, example here