Add multi platform action source

This commit is contained in:
Peter Evans
2019-09-25 09:14:38 +09:00
parent 39529236f7
commit 8023b7d225
4 changed files with 70 additions and 0 deletions

22
package.json Normal file
View File

@ -0,0 +1,22 @@
{
"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"
}
}