1
0
Fork 0

updating test and io package

pull/1256/head
Vallie Joseph 2022-12-08 05:38:33 +00:00
parent 4486413e9e
commit 3f2a760a30
3 changed files with 3 additions and 3 deletions

View File

@ -1571,4 +1571,4 @@ async function createSymlinkDir(real: string, link: string): Promise<void> {
} else { } else {
await fs.symlink(real, link) await fs.symlink(real, link)
} }
} }

View File

@ -10,4 +10,4 @@
"license": "MIT" "license": "MIT"
} }
} }
} }

View File

@ -34,4 +34,4 @@
"bugs": { "bugs": {
"url": "https://github.com/actions/toolkit/issues" "url": "https://github.com/actions/toolkit/issues"
} }
} }