Skip to content

Commit f2c3ac2

Browse files
authored
chore(api): bump maximum memory (#451)
* chore(api): bump maximum memory * chore(build): commit build artefacts
1 parent 73db62d commit f2c3ac2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/action/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/action/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const InputVariablesSchema = z.object({
2929
.int()
3030
.finite()
3131
.gte(1)
32-
.lte(8000)
32+
.lte(60000)
3333
.optional()
3434
})
3535

0 commit comments

Comments
 (0)