mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-15 15:38:05 +08:00
core: add helpers for working with paths across OSes (#1102)
This commit is contained in:
@@ -369,3 +369,8 @@ export {summary} from './summary'
|
||||
* @deprecated use core.summary
|
||||
*/
|
||||
export {markdownSummary} from './summary'
|
||||
|
||||
/**
|
||||
* Path exports
|
||||
*/
|
||||
export {toPosixPath, toWin32Path, toPlatformPath} from './path-utils'
|
||||
|
||||
Reference in New Issue
Block a user