mirror of
https://github.com/DeterminateSystems/flake-checker-action.git
synced 2025-06-02 16:46:15 +02:00
Specify our diagnostics URL
This commit is contained in:
parent
5bdec97993
commit
404aa741f9
3 changed files with 5 additions and 0 deletions
1
dist/index.js
generated
vendored
1
dist/index.js
generated
vendored
|
@ -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
1
dist/main.js
generated
vendored
|
@ -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";
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Reference in a new issue