mirror of
https://github.com/actions/toolkit.git
synced 2026-08-10 00:00:12 +02:00
updating io package
This commit is contained in:
@@ -362,4 +362,4 @@ async function copyFile(
|
||||
} else if (!(await ioUtil.exists(destFile)) || force) {
|
||||
await ioUtil.copyFile(srcFile, destFile)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user