Update fetch location

This commit is contained in:
Graham Christensen 2024-04-11 19:25:26 -04:00
parent c1d27e11c3
commit 604b4f9ad2
2 changed files with 2 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -95203,6 +95203,7 @@ async function tearDownAutoCache() {
const idslib = new IdsToolbox({ const idslib = new IdsToolbox({
name: "magic-nix-cache", name: "magic-nix-cache",
fetchStyle: "gh-env-style", fetchStyle: "gh-env-style",
idsProjectName: "magic-nix-cache-closure",
}); });
idslib.onMain(async () => { idslib.onMain(async () => {
await setUpAutoCache(idslib); await setUpAutoCache(idslib);

View file

@ -304,6 +304,7 @@ async function tearDownAutoCache(): Promise<void> {
const idslib = new IdsToolbox({ const idslib = new IdsToolbox({
name: "magic-nix-cache", name: "magic-nix-cache",
fetchStyle: "gh-env-style", fetchStyle: "gh-env-style",
idsProjectName: "magic-nix-cache-closure",
}); });
idslib.onMain(async () => { idslib.onMain(async () => {