We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46ac529 commit 87cb899Copy full SHA for 87cb899
3 files changed
action.yml
@@ -10,4 +10,4 @@ outputs:
10
description: 'The time we greeted you'
11
runs:
12
using: 'node20'
13
- main: 'index.js'
+ main: 'index.ts'
index.js index.tsindex.js renamed to index.ts
package.json
@@ -2,7 +2,7 @@
2
"name": "hello-world-javascript-action",
3
"version": "1.0.0",
4
"description": "",
5
- "main": "index.js",
+ "main": "index.ts",
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1"
8
},
0 commit comments