File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
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. " ,
5
5
"main" : " lib/main.js" ,
6
6
"scripts" : {
7
7
"build" : " tsc" ,
16
16
" actions" ,
17
17
" container" ,
18
18
" toolkit" ,
19
- " setup"
19
+ " first" ,
20
+ " interaction"
20
21
],
21
22
"author" : " GitHub" ,
22
23
"license" : " ISC" ,
23
24
"bugs" : {
24
- "url" : " https://github.com/actions/container-toolkit-template /issues"
25
+ "url" : " https://github.com/actions/first-interaction /issues"
25
26
},
26
- "homepage" : " https://github.com/actions/container-toolkit-template #readme" ,
27
+ "homepage" : " https://github.com/actions/first-interaction #readme" ,
27
28
"dependencies" : {
28
29
"@actions/core" : " file:toolkit/actions-core-0.0.0.tgz" ,
29
30
"@actions/exec" : " file:toolkit/actions-exec-0.0.0.tgz" ,
You can’t perform that action at this time.
0 commit comments