Skip to content

Commit 2b8112c

Browse files
authored
Merge pull request #2 from prisma/fix/bundle-dependencies
chore: update action entry point path and add gitignore
2 parents 6925651 + aa89ed7 commit 2b8112c

File tree

5 files changed

+32261
-3
lines changed

5 files changed

+32261
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
node_modules/
2+
*.log
3+
.env

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ outputs:
3030

3131
runs:
3232
using: 'node20'
33-
main: 'index.js'
33+
main: 'dist/index.js'

0 commit comments

Comments
 (0)