Skip to content

Commit f7b1c19

Browse files
fix(apify): Fix run Actor action
1 parent d26860b commit f7b1c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/apify/actions/run-actor/run-actor.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ export default {
303303
build: buildTag,
304304
}),
305305
...(timeout && {
306-
timeoutSecs: Number(timeout),
306+
timeout: Number(timeout),
307307
}),
308308
...(memory && {
309309
memoryMbytes: Number(memory),

0 commit comments

Comments
 (0)