Skip to content

Commit b01f95e

Browse files
author
Danny McCormick
committed
Package nits
1 parent 46c4697 commit b01f95e

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "container-toolkit-template",
3-
"version": "0.0.0",
4-
"description": "Container template action using actions/toolkit",
2+
"name": "first-interaction-action",
3+
"version": "1.0.0",
4+
"description": "An action for greeting first time contributors.",
55
"main": "lib/main.js",
66
"scripts": {
77
"build": "tsc",
@@ -16,14 +16,15 @@
1616
"actions",
1717
"container",
1818
"toolkit",
19-
"setup"
19+
"first",
20+
"interaction"
2021
],
2122
"author": "GitHub",
2223
"license": "ISC",
2324
"bugs": {
24-
"url": "https://github.com/actions/container-toolkit-template/issues"
25+
"url": "https://github.com/actions/first-interaction/issues"
2526
},
26-
"homepage": "https://github.com/actions/container-toolkit-template#readme",
27+
"homepage": "https://github.com/actions/first-interaction#readme",
2728
"dependencies": {
2829
"@actions/core": "file:toolkit/actions-core-0.0.0.tgz",
2930
"@actions/exec": "file:toolkit/actions-exec-0.0.0.tgz",

0 commit comments

Comments
 (0)