Skip to content

Commit d9db982

Browse files
committed
Add source-checksums-url, source-checksums-sha256 inputs
1 parent 659e09b commit d9db982

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

action.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)