Skip to content

Commit cbed901

Browse files
committed
feat: convert to typescript
1 parent 29ef7bf commit cbed901

File tree

369 files changed

+1101259
-17151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

369 files changed

+1101259
-17151
lines changed

action.js

Lines changed: 0 additions & 360 deletions
This file was deleted.

action.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const action = require("./action");
1+
const action = require("../action");
22
const core = require("@actions/core");
33
const github = require("@actions/github");
44

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ branding:
4343
color: "gray-dark"
4444
runs:
4545
using: "node16"
46-
main: "index.js"
46+
main: "dist/index.js"

0 commit comments

Comments
 (0)