Currently, in my fastlane lane that I’m triggering through Bitrise I have the action commit_version_bump. Viewing the logs everything works correctly, but nothing is committed to the repository.
I’m assuming it’s because the git clone is in a ‘detached head’ state.
Wondering how this is handled in other places where you want to commit back to the branch that was checked out during the workflow.
fastlane action docs: https://docs.fastlane.tools/actions/commit_version_bump/#commit_version_bump