Files
slack-github-action/package.json
T
Steve Gill 4523662791
main.yml / New push to repo (push) Failing after 2s
updated workflow
2020-10-29 14:16:44 -07:00

28 lines
674 B
JSON

{
"name": "slack-github-action",
"version": "1.3.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stevengill/slack-github-action.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stevengill/slack-github-action/issues"
},
"homepage": "https://github.com/stevengill/slack-github-action#readme",
"dependencies": {
"@actions/core": "^1.2.6",
"@actions/github": "^4.0.0",
"@slack/web-api": "^5.13.0",
"axios": "^0.21.0",
"flat": "^5.0.2"
}
}