mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2026-01-05 01:17:19 +08:00
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"name": "hello-world-action",
|
|
"version": "1.0.0",
|
|
"description": "My first JavaScript action",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|