We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1896f2 commit 76d966bCopy full SHA for 76d966b
.gitignore
@@ -9,6 +9,7 @@ tmp/
9
.lighthouserc.json
10
.turbo
11
packages/**/dist
12
+.DS_Store
13
14
*.log
15
*.map
scripts/local-action.sh
@@ -1 +1 @@
1
-npx @github/local-action run "./actions/$1" index.ts "./actions/$1/.env"
+npx @github/local-action run "./actions/$1" main.ts "./actions/$1/.env"
0 commit comments