Switch from "master" to "main" branch (#171)

* Switch from "master" to "main" branch

* Update README.md
This commit is contained in:
Maxim Lobanov
2020-07-20 19:50:59 +03:00
committed by GitHub
parent 1ae8f4b1fd
commit 321b6ccb03
3 changed files with 4 additions and 3 deletions

View File

@ -164,7 +164,8 @@ async function getInfoFromManifest(
const releases = await tc.getManifestFromRepo(
'actions',
'node-versions',
auth
auth,
'main'
);
const rel = await tc.findFromManifest(versionSpec, stable, releases);