mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-07 17:33:16 +08:00
Add 'repository.directory' to package manifests (#143)
This commit is contained in:
committed by
Bryan MacFarlane
parent
46bd5e54fd
commit
47ccfea021
@@ -21,7 +21,8 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/actions/toolkit.git"
|
||||
"url": "git+https://github.com/actions/toolkit.git",
|
||||
"directory": "packages/github"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
|
||||
Reference in New Issue
Block a user