default branch?

This commit is contained in:
Graham Christensen 2025-01-28 09:05:25 -05:00
parent 8265bb807c
commit 4f87d6687f
3 changed files with 3 additions and 3 deletions

2
dist/index.js generated vendored
View file

@ -90406,7 +90406,7 @@ var MagicNixCacheAction = class extends DetSysAction {
requireNix: "warn",
diagnosticsSuffix: "perf"
});
core.info(JSON.stringify(github.context));
core.info(github.context.payload.repository?.default_branch);
this.hostAndPort = inputs_exports.getString("listen");
this.diffStore = inputs_exports.getBool("diff-store");
this.addFact(FACT_DIFF_STORE_ENABLED, this.diffStore);

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -53,7 +53,7 @@ class MagicNixCacheAction extends DetSysAction {
diagnosticsSuffix: "perf",
});
actionsCore.info(JSON.stringify(github.context));
actionsCore.info(github.context.payload.repository?.default_branch);
this.hostAndPort = inputs.getString("listen");
this.diffStore = inputs.getBool("diff-store");