22 lines
563 B
JSON
22 lines
563 B
JSON
{
|
|
"name": "create-pull-request",
|
|
"version": "1.2.1",
|
|
"description": "Creates a pull request for changes to your repository in the actions workspace",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/peter-evans/create-pull-request.git"
|
|
},
|
|
"keywords": [
|
|
"GitHub",
|
|
"Actions",
|
|
"Pull Request"
|
|
],
|
|
"author": "Peter Evans",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/peter-evans/create-pull-request",
|
|
"dependencies": {
|
|
"@actions/core": "^1.1.1",
|
|
"@actions/exec": "^1.0.1"
|
|
}
|
|
}
|