From 84f4b5988f72f0e7f405edaa7721ec3977cd112f Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Mon, 3 Oct 2022 12:17:24 +0200 Subject: [PATCH] fix grammar --- docs/advanced-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/advanced-usage.md b/docs/advanced-usage.md index d59db488..4b620cbd 100644 --- a/docs/advanced-usage.md +++ b/docs/advanced-usage.md @@ -285,4 +285,4 @@ steps: NOTE: As per https://github.com/actions/setup-node/issues/49 you cannot use `secrets.GITHUB_TOKEN` to access private GitHub Packages within the same organisation but in a different repository. ### always-auth input -The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn send the authentication credentials when making a request to the registries. +The always-auth input sets `always-auth=true` in .npmrc file. With this option set [npm](https://docs.npmjs.com/cli/v6/using-npm/config#always-auth)/yarn sends the authentication credentials when making a request to the registries.