From 117fad8e3b04d707dd634aa35ffb38067af969c1 Mon Sep 17 00:00:00 2001 From: Dmitry Shibanov Date: Tue, 4 Apr 2023 15:16:24 +0200 Subject: [PATCH] resolve comment --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ded16d4..732b0483 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ See [action.yml](action.yml) # Default: ''. The action use system architecture by default architecture: '' - # Used to pull node distributions from node-versions. Since there's a default, this is typically not supplied by the user. + # Used to pull node distributions from https://github.com/actions/node-versions. + # Since there's a default, this is typically not supplied by the user. # When running this action on github.com, the default value is sufficient. # When running on GHES, you can pass a personal access token for github.com if you are experiencing rate limiting. #