mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2024-12-26 09:20:35 +01:00
Regenerate dist
This commit is contained in:
parent
9407981200
commit
e1c93f8b3d
2 changed files with 3 additions and 3 deletions
4
dist/index.js
generated
vendored
4
dist/index.js
generated
vendored
|
@ -95421,7 +95421,7 @@ function tailLog(daemonDir) {
|
||||||
}
|
}
|
||||||
async function netrcPath() {
|
async function netrcPath() {
|
||||||
const expectedNetrcPath = external_node_path_namespaceObject.join(
|
const expectedNetrcPath = external_node_path_namespaceObject.join(
|
||||||
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
|
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
|
||||||
"determinate-nix-installer-netrc"
|
"determinate-nix-installer-netrc"
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
|
@ -95429,7 +95429,7 @@ async function netrcPath() {
|
||||||
return expectedNetrcPath;
|
return expectedNetrcPath;
|
||||||
} catch {
|
} catch {
|
||||||
const destinedNetrcPath = external_node_path_namespaceObject.join(
|
const destinedNetrcPath = external_node_path_namespaceObject.join(
|
||||||
process.env["RUNNER_TEMP"] || external_node_os_.tmpdir(),
|
process.env["RUNNER_TEMP"] ?? external_node_os_.tmpdir(),
|
||||||
"magic-nix-cache-netrc"
|
"magic-nix-cache-netrc"
|
||||||
);
|
);
|
||||||
try {
|
try {
|
||||||
|
|
2
dist/index.js.map
generated
vendored
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue