Skip to content

Commit

Permalink
Change healthcheck.ts custom action code to js
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhand committed Dec 18, 2023
1 parent f8522e1 commit ca587d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/actions/main-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"healthcheck": "npm install && npx ts-node --esm ./healthcheck.ts"
"healthcheck": "npm install && node healthcheck.js"
},
"author": "",
"license": "AGPL",
Expand Down

0 comments on commit ca587d4

Please sign in to comment.