Fixup typos
This commit is contained in:
parent
21707f37ae
commit
017f0cb166
|
@ -3,7 +3,7 @@
|
||||||
Save 30-50%+ of CI time without any effort or cost.
|
Save 30-50%+ of CI time without any effort or cost.
|
||||||
Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.
|
Use Magic Nix Cache, a totally free and zero-configuration binary cache for Nix on GitHub Actions.
|
||||||
|
|
||||||
Magix Nix Cache uses the GitHub Actions [built-in cache][ghacache] to share builds between Workflow runs, and has many advantages over alternatives.
|
Magic Nix Cache uses the GitHub Actions [built-in cache][ghacache] to share builds between Workflow runs, and has many advantages over alternatives.
|
||||||
|
|
||||||
1. Totally free: backed by GitHub Actions' cache, there is no additional service to pay for.
|
1. Totally free: backed by GitHub Actions' cache, there is no additional service to pay for.
|
||||||
1. Zero configuration: add our action to your workflow. That's it.
|
1. Zero configuration: add our action to your workflow. That's it.
|
||||||
|
@ -72,7 +72,7 @@ Here is a table of the [telemetry data we collect][telemetry]:
|
||||||
| `nars_uploaded` | Number of nars uploaded during this run. |
|
| `nars_uploaded` | Number of nars uploaded during this run. |
|
||||||
| `num_original_paths` | Number of store paths that existed on startup. |
|
| `num_original_paths` | Number of store paths that existed on startup. |
|
||||||
| `num_final_paths` | Number of store paths that existed on shutdown. |
|
| `num_final_paths` | Number of store paths that existed on shutdown. |
|
||||||
| `num_new_paths` | The diference between `num_original_paths` and `num_final_paths`. |
|
| `num_new_paths` | The difference between `num_original_paths` and `num_final_paths`. |
|
||||||
|
|
||||||
To disable diagnostic reporting, set the diagnostics URL to an empty string by passing `--diagnostic-endpoint=""`.
|
To disable diagnostic reporting, set the diagnostics URL to an empty string by passing `--diagnostic-endpoint=""`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue