Can I update the commit message from my workflow?
1 Like
Hi @moyoshi,
No you can’t. The UI registers and shows the params the build was started with. You can do anything during the build, but the point is that these “trigger params” can’t be mutated - a rebuild will start a build with the same params.
More info about this:
1 Like
OK, understood. Thank you!
1 Like