in src/input.ts [18:29]
strictSync: getBooleanInput('strict', true),
addCommitShaToDescription: shouldAddCommit,
githubSha: shouldAddCommit ? getGithubSha() : ''
}
}
function getExpWorkspaceEndpoint() {
let expWorkspaceEndpoint = getRequiredInputString(
'online-experimentation-workspace-endpoint'
)
expWorkspaceEndpoint = expWorkspaceEndpoint.trim().replace(/\/+$/, '')
if (!expWorkspaceEndpoint.startsWith('https://')) {