Skip to content

Commit cb8d4da

Browse files
committed
chore: change Rsdoctor action config
1 parent 77daf59 commit cb8d4da

File tree

5 files changed

+91653
-9
lines changed

5 files changed

+91653
-9
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules
22
.DS_Store
3+
4+
dist/index.js.LICENSE.txt

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ inputs:
1818

1919
runs:
2020
using: 'node20'
21-
main: 'index.js'
21+
main: 'dist/index.js'

0 commit comments

Comments
 (0)