We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e427c commit 437d4b6Copy full SHA for 437d4b6
1 file changed
.github/actions/build-shared/action.yml
@@ -6,16 +6,14 @@ description: >
6
7
inputs:
8
system:
9
- description: Target system triple (e.g. x86_64-linux, aarch64-darwin).
+ description: System label (e.g. x86_64-linux, aarch64-darwin).
10
required: true
11
extra-nix-args:
12
- description: >
13
- Additional arguments to pass to nix-shell, one per line or space
14
- separated. Appended after the common arguments.
+ description: Additional arguments appended to the nix-shell invocation.
15
required: false
16
default: ''
17
cachix-auth-token:
18
- description: Cachix auth token for write access to nodejs.cachix.org.
+ description: Cachix auth token for nodejs.cachix.org.
19
20
21
0 commit comments