mirror of
https://github.com/actions/toolkit
synced 2025-05-09 08:33:00 +00:00
Set main as the default branch (#527)
* set main as the default branch * revert change to tool-cache default branch * use versions where applicable
This commit is contained in:
parent
cb18a3df6b
commit
ccad19055e
25 changed files with 42 additions and 42 deletions
|
@ -8,7 +8,7 @@ import osm = require('os')
|
|||
import cp = require('child_process')
|
||||
//import {coerce} from 'semver'
|
||||
|
||||
// we fetch the manifest file from master of a repo
|
||||
// we fetch the manifest file from main of a repo
|
||||
const owner = 'actions'
|
||||
const repo = 'some-tool'
|
||||
const fakeToken = 'notrealtoken'
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"actions",
|
||||
"exec"
|
||||
],
|
||||
"homepage": "https://github.com/actions/toolkit/tree/master/packages/tool-cache",
|
||||
"homepage": "https://github.com/actions/toolkit/tree/main/packages/tool-cache",
|
||||
"license": "MIT",
|
||||
"main": "lib/tool-cache.js",
|
||||
"types": "lib/tool-cache.d.ts",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue