Specify our diagnostics URL

This commit is contained in:
Graham Christensen 2024-04-12 18:13:18 -04:00
parent 5bdec97993
commit 404aa741f9
3 changed files with 5 additions and 0 deletions

1
dist/index.js generated vendored
View file

@ -94609,6 +94609,7 @@ class FlakeCheckerAction {
this.idslib = new IdsToolbox({
name: "flake-checker",
fetchStyle: "gh-env-style",
diagnosticsUrl: new URL("https://install.determinate.systems/flake-checker/telemetry"),
});
this.flake_lock_path =
action_input_string_or_null("flake-lock-path") || "flake.lock";

1
dist/main.js generated vendored
View file

@ -6,6 +6,7 @@ class FlakeCheckerAction {
this.idslib = new IdsToolbox({
name: "flake-checker",
fetchStyle: "gh-env-style",
diagnosticsUrl: new URL("https://install.determinate.systems/flake-checker/telemetry"),
});
this.flake_lock_path =
action_input_string_or_null("flake-lock-path") || "flake.lock";

View file

@ -17,6 +17,9 @@ class FlakeCheckerAction {
this.idslib = new IdsToolbox({
name: "flake-checker",
fetchStyle: "gh-env-style",
diagnosticsUrl: new URL(
"https://install.determinate.systems/flake-checker/telemetry",
),
});
this.flake_lock_path =