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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);