mirror of https://github.com/actions/toolkit
comments test
parent
a73dbad5a7
commit
5e3d03b01d
|
@ -31,14 +31,14 @@ process.env['GITHUB_REF'] = 'refs/heads/main'
|
||||||
// true
|
// true
|
||||||
// )
|
// )
|
||||||
|
|
||||||
restoreCache(
|
// restoreCache(
|
||||||
['/Users/prajjwal/Repos/warpbuild/playground/test_fs'],
|
// ['/Users/prajjwal/Repos/warpbuild/playground/test_fs'],
|
||||||
'test-fs-local-key',
|
// 'test-fs-local-key',
|
||||||
['test-fs'],
|
// ['test-fs'],
|
||||||
{},
|
// {},
|
||||||
true,
|
// true,
|
||||||
false
|
// false
|
||||||
)
|
// )
|
||||||
|
|
||||||
// deleteCache(
|
// deleteCache(
|
||||||
// ['/Users/prajjwal/Repos/warpbuild/playground/test_fs'],
|
// ['/Users/prajjwal/Repos/warpbuild/playground/test_fs'],
|
||||||
|
|
Loading…
Reference in New Issue