Creating action.yml.

Not doing much just yet.
This commit is contained in:
Julien Lengrand-Lambert
2023-02-13 14:21:18 +01:00
commit c3f9817acc
7 changed files with 494 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "push-adyen-collections-to-postman-javascript-action",
"version": "1.0.0",
"description": "This action will push the Adyen collections to Postman.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action/issues"
},
"homepage": "https://github.com/jlengrand/push-adyen-collections-to-postman-javascript-action#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1"
}
}