I have actions in Go that checkout in full from the detached for CI (azure pipelines).
Now with dagger, I need to automate some stuff that can involve full checkout, formatted changelog, commit, push tag if not exists, etc.
Last I looked at this it was all "sandbox" and not clear to me how to do this.
Can someone give me a pointer if you've done CI that pushes back to the repo itself so I can build a function that would let me automate some of this across many of my repos?
Just a jump start. I won't be using shell, but just the Go SDK directly.