Skip to content

Commit 9c9f213

Browse files
committed
fix: action filename
1 parent 87d41a5 commit 9c9f213

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
node_modules/
2-
dist/
32
package-lock.json
43
yarn.lock
54
coverage/

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ outputs:
2525
description: 'The Wayback Machine URL'
2626
runs:
2727
using: 'node20'
28-
main: 'dist/index.js'
28+
main: 'dist/index.cjs'

0 commit comments

Comments
 (0)