From ec61cd9b7d999d0f506fd990b88c25bd8e2e9341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Legan=C3=A9s-Combarro=20=27piranna?= Date: Mon, 29 Jan 2024 21:41:07 +0100 Subject: [PATCH] Clean documentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 54ce5b3..db61df8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ and install test reporters. All inputs are optional, using their default values if not provided. -- `node_auth_token`: Github authentication token for installing private npm - dependencies. +- `node_auth_token`: Github authentication token for installing npm dependencies + from Github Packages Registry. - `node-version`: Node.js version to use. - `ref`: Git ref to checkout. -- `ssh-private-key`: SSH private key for installing private npm dependencies. +- `ssh-private-key`: SSH private key for installing private git dependencies. - `test-reporters`: Test reporters to install.