Parfuemerie-Douglas / scaffolder-backend-module-azure-repositories

A collection of Backstage scaffolder backend modules for Azure repositories.
https://www.npmjs.com/package/@parfuemerie-douglas/scaffolder-backend-module-azure-repositories
Apache License 2.0
9 stars 21 forks source link

Issue: Error when cloning and pushing to the same branch #15

Closed fosterm-mw closed 11 months ago

fosterm-mw commented 11 months ago

Currently I am getting an error when I try to run the azure:repo:push action due to the commitAndPush function in the plugin. I looked at the code and it looks like the branch is being hardcoded to be scaffolder. Could we change this functionality? I'd be happy to open a PR!

fosterm-mw commented 11 months ago

See #13