mirror of
https://code.forgejo.org/actions/setup-node.git
synced 2025-05-19 12:54:45 +00:00
Switch from "master" to "main" branch (#171)
* Switch from "master" to "main" branch * Update README.md
This commit is contained in:
parent
1ae8f4b1fd
commit
321b6ccb03
3 changed files with 4 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue