File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,6 +65,17 @@ inputs:
6565 source-url :
6666 description : A URL pointing to a `magic-nix-cache` binary. Overrides all other `source-*` options.
6767 required : false
68+ source-checksums-url :
69+ description : |
70+ URL of a `shasum`-format checksums file listing the SHA-256 of each
71+ `nix-installer-<arch>-<os>` artifact. Used together with
72+ `source-checksums-sha256` to verify the downloaded installer.
73+ required : false
74+ source-checksums-sha256 :
75+ description : |
76+ Pinned SHA-256 (hex) of the file served at `source-checksums-url`. Must
77+ be set together with `source-checksums-url`.
78+ required : false
6879 _internal-strict-mode :
6980 description : Whether to fail when any errors are thrown. Used only to test the Action; do not set this in your own workflows.
7081 required : false
You can’t perform that action at this time.
0 commit comments