Skip to content

Commit 76d966b

Browse files
authored
fix: local-action running on index.js (#28)
1 parent d1896f2 commit 76d966b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tmp/
99
.lighthouserc.json
1010
.turbo
1111
packages/**/dist
12+
.DS_Store
1213

1314
*.log
1415
*.map

scripts/local-action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx @github/local-action run "./actions/$1" index.ts "./actions/$1/.env"
1+
npx @github/local-action run "./actions/$1" main.ts "./actions/$1/.env"

0 commit comments

Comments
 (0)