generate-plantuml-action
generate-plantuml-action copied to clipboard
Remove add and commit part from this action?
Hey @grassedge . What do you think about dropping the adding and committing from this action? There's plenty of actions in the marketplace to do just that and it would enable people to
- better tailor the commit behaviour to their needs (e.g. create separate PRs, rebase, configure committer etc.)
- include other changes made by the job in the same commit
- maybe even not commit but upload the images somewhere else
I was about to create an issue about just that. All commits I make to my repos through github actions are made by a bot account. This does not allow me to change that. I would like that this action drops the committing so I can customize and sign it.