Skip to content

Commit 87cb899

Browse files
committed
try with ts
1 parent 46ac529 commit 87cb899

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ outputs:
1010
description: 'The time we greeted you'
1111
runs:
1212
using: 'node20'
13-
main: 'index.js'
13+
main: 'index.ts'
File renamed without changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "hello-world-javascript-action",
33
"version": "1.0.0",
44
"description": "",
5-
"main": "index.js",
5+
"main": "index.ts",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},

0 commit comments

Comments
 (0)