Skip to content

Commit 50fafc2

Browse files
committed
Merged README
1 parent 79a766f commit 50fafc2

File tree

1 file changed

+1
-21
lines changed

1 file changed

+1
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This action installs [volta](https://volta.sh) by:
1818
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
1919
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 | `false` | |
2020
| yarn-version | Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0 | `false` | |
21-
| openssl-version | Version Spec of the openssl version to use. Examples: 1.0, 1.1 | `false` | |
21+
| variant | Specific variant to install. Example: providing the variant "linux-openssl-rhel", which will target installing the volta-${version}-linux-openssl-rhel.tar.gz tarball | `false` | |
2222
| registry-url | Optional registry to set up for auth. Will set the registry in a project level .npmrc file, and set up auth to read in from env.NODE_AUTH_TOKEN | `false` | |
2323
| scope | Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). | `false` | |
2424
| token | Used to avoid low rate limiting for cached tool downloads. Since there's a default, this is typically not supplied by the user. | `false` | ${{ github.token }} |
@@ -106,26 +106,6 @@ steps:
106106

107107
The `variant` fragment corresponds to a portion of the installer filename, and can be found in the [Volta Releases](https://github.com/volta-cli/action/releases) page.
108108

109-
## License
110-
<!-- action-docs-inputs -->
111-
## Inputs
112-
113-
| parameter | description | required | default |
114-
| - | - | - | - |
115-
| volta-version | Version Spec of the volta version to use. Examples: 0.6.x, 10.15.1, >=10.15.0 | `false` | |
116-
| node-version | Version Spec of the node version to use. Examples: 10.6.x, 10.15.1, >=10.15.0 | `false` | |
117-
| npm-version | Version Spec of the npm version to use. Examples: 7.5.x, 7.5.3, >=7.5.3 | `false` | |
118-
| yarn-version | Version Spec of the yarn version to use. Examples: 1.6.x, 10.15.1, >=10.15.0 | `false` | |
119-
| variant | Specific variant we want to install. Example: providing the variant "linux-openssl-rhel", which will target installing the volta-{version}-linux-openssl-rhel.tar.gz tarball | `false` | |
120-
| registry-url | Optional registry to set up for auth. Will set the registry in a project level .npmrc file, and set up auth to read in from env.NODE_AUTH_TOKEN | `false` | |
121-
| scope | Optional scope for authenticating against scoped registries. Will fall back to the repository owner when using the GitHub Packages registry (https://npm.pkg.github.com/). | `false` | |
122-
| token | Used to avoid low rate limiting for cached tool downloads. Since there's a default, this is typically not supplied by the user. | `false` | ${{ github.token }} |
123-
| always-auth | Set always-auth in npmrc | `false` | false |
124-
125-
126-
127-
<!-- action-docs-inputs -->
128-
129109
## License
130110

131111
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 commit comments

Comments
 (0)