Issues
Issues copied to clipboard
Unable to add commit message to step template `Update and commit` action
Severity
One report
Version
2024.3.7046
Latest Version
None
What happened?
When you update and commit a step template version bump on a version-controlled project, the action is immediately committed with no option to add a commit message. This causes an issue when you have a rule defined in your git repo to only allow custom commit message formats, and fails the step template update.
Reproduction
- Create a custom step template
- Add it to a version controlled project
- Modify the step template and save
- In the project's step, click
Update and commit - Notice no popup appears for commit details & branch, etc.
Error and Stacktrace
No response
More Information
Report (private): https://octopus.zendesk.com/agent/tickets/196332
Workaround
If this is blocking (e.g. you have a commit rule in place preventing the default Update step template version commit message, you can work around it by removing the step, and re-creating it in the project to apply the updated template.