This commit is contained in:
Graham Christensen 2024-05-06 13:21:13 -04:00
parent 41516b2277
commit dc37aed6e8
2 changed files with 3 additions and 1 deletions

2
dist/index.js generated vendored
View file

@ -94801,6 +94801,8 @@ var MagicNixCacheAction = class {
core.debug( core.debug(
`GitHub Action Cache URL: ${process.env["ACTIONS_CACHE_URL"]}` `GitHub Action Cache URL: ${process.env["ACTIONS_CACHE_URL"]}`
); );
this.daemonStarted = true;
core.exportVariable(ENV_CACHE_STARTED, STARTED_HINT);
const sourceBinary = inputs_exports.getStringOrNull("source-binary"); const sourceBinary = inputs_exports.getStringOrNull("source-binary");
const daemonBin = sourceBinary !== null ? sourceBinary : await this.fetchAutoCacher(); const daemonBin = sourceBinary !== null ? sourceBinary : await this.fetchAutoCacher();
let runEnv; let runEnv;

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long