We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae51963 commit f7e86dbCopy full SHA for f7e86db
action.yml
@@ -7,4 +7,4 @@ inputs:
7
default: 'release-candidate'
8
runs:
9
using: 'node12'
10
- main: 'dist/main.js'
+ main: 'dist/index.js'
package.json
@@ -3,7 +3,7 @@
3
"version": "0.0.0",
4
"private": true,
5
"description": "JavaScript template action",
6
- "main": "dist/main.js",
+ "main": "dist/index.js",
"scripts": {
"build": "tsc",
"test": "jest"
0 commit comments