githubSha: shouldAddCommit ? getGithubSha()

in src/input.ts [20:29]


    githubSha: shouldAddCommit ? getGithubSha() : ''
  }
}

function getExpWorkspaceEndpoint() {
  let expWorkspaceEndpoint = getRequiredInputString(
    'online-experimentation-workspace-endpoint'
  )
  expWorkspaceEndpoint = expWorkspaceEndpoint.trim().replace(/\/+$/, '')
  if (!expWorkspaceEndpoint.startsWith('https://')) {