Use -closure ids

This commit is contained in:
Graham Christensen 2024-03-06 11:33:18 -05:00
parent 1b7becab50
commit 455b918565
2 changed files with 2 additions and 2 deletions

2
dist/index.js generated vendored
View File

@ -12119,7 +12119,7 @@ function getCacherUrl() {
const runnerArch = process.env.RUNNER_ARCH;
const runnerOs = process.env.RUNNER_OS;
const binarySuffix = `${runnerArch}-${runnerOs}`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-priv`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-closure`;
if (coreExports.getInput('source-url')) {
return coreExports.getInput('source-url');
}

View File

@ -33,7 +33,7 @@ function getCacherUrl() : string {
const runnerArch = process.env.RUNNER_ARCH;
const runnerOs = process.env.RUNNER_OS;
const binarySuffix = `${runnerArch}-${runnerOs}`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-priv`;
const urlPrefix = `https://install.determinate.systems/magic-nix-cache-closure`;
if (core.getInput('source-url')) {
return core.getInput('source-url');
}