Is there a way to modify "Code changes" assigned to builds?

Hi @ktopaz,

Eventually, we will include an input for entering the commit id for each repository. For now, I would suggest making the ‘Input_GitCommitId’ not a required field and describing it as an override e.g. “Enter a commit id to override the branch for (RepoName) repository”. You can then use logic statements in your FB project to choose whether to use $Source.RepoName.Branch$ in actions if %Input_GitCommitId% is empty.

1 Like