mirror of
https://github.com/webfactory/ssh-agent.git
synced 2024-11-21 16:50:50 +00:00
14 lines
443 B
JSON
14 lines
443 B
JSON
{
|
|
"name": "webfactory-action-ssh-agent",
|
|
"repository": "git@github.com:webfactory/ssh-agent.git",
|
|
"description": "GitHub Action to set up ssh-agent with a private SSH key",
|
|
"version": "0.1.0",
|
|
"main": "index.js",
|
|
"author": "webfactory GmbH <info@webfactory.de>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@actions/core": "^1.1.0",
|
|
"@zeit/ncc": "^0.20.5",
|
|
"child_process": "^1.0.2"
|
|
}
|
|
}
|