mirror of
https://github.com/actions/toolkit.git
synced 2026-08-21 00:00:16 +02: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