mirror of
https://github.com/ditkrg/project-version-check.git
synced 2026-01-22 22:06:42 +00:00
npm install @actions/core @actions/github Adds gitignore Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
17 lines
417 B
JSON
17 lines
417 B
JSON
{
|
|
"name": "docker-container-action",
|
|
"version": "1.0.0",
|
|
"description": "This action prints \"Hello World\" or \"Hello\" + the name of a person to greet to the log.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@actions/core": "^1.10.0",
|
|
"@actions/github": "^5.1.1"
|
|
}
|
|
}
|