Skip to content

Commit f5ea355

Browse files
authored
Merge pull request #13 from perl-actions/haarg/update-and-build
Update prereqs and switch to alternate build method
2 parents b36cc65 + e903942 commit f5ea355

File tree

595 files changed

+14149
-215585
lines changed

Some content is hidden

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

595 files changed

+14149
-215585
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/node_modules/

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ inputs:
4444

4545
runs:
4646
using: "node16"
47-
main: "index.js"
47+
main: "dist/index.js"

0 commit comments

Comments
 (0)