function setEnvironmentVariableCI()

in src/build.ts [67:69]


function setEnvironmentVariableCI() {
    core.exportVariable("CI", "true");
}