mirror of
https://github.com/actions/checkout.git
synced 2025-05-24 02:05:10 +02:00
Update dependencies manually
This commit is contained in:
parent
37b082107b
commit
636bc90fe0
7 changed files with 33141 additions and 22041 deletions
|
@ -20,7 +20,7 @@ function updateUsage(
|
|||
}
|
||||
|
||||
// Load the action.yml
|
||||
const actionYaml = yaml.safeLoad(fs.readFileSync(actionYamlPath).toString())
|
||||
const actionYaml = yaml.load(fs.readFileSync(actionYamlPath).toString())
|
||||
|
||||
// Load the README
|
||||
const originalReadme = fs.readFileSync(readmePath).toString()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue