mirror of
https://github.com/DeterminateSystems/magic-nix-cache-action.git
synced 2025-01-30 05:15:32 +01:00
default branch?
This commit is contained in:
parent
8265bb807c
commit
4f87d6687f
3 changed files with 3 additions and 3 deletions
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
|
@ -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
2
dist/index.js.map
generated
vendored
File diff suppressed because one or more lines are too long
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue