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.
2 parents a0de046 + 0ad6305 commit 13daa61Copy full SHA for 13daa61
index.js
@@ -24,7 +24,7 @@ const run = async () => {
24
"Action must be run in conjunction with the `pull_request` event"
25
);
26
}
27
- const MAX_TIMEOUT = Number(core.getInput("site_name")) || 60;
+ const MAX_TIMEOUT = Number(core.getInput("max_timeout")) || 60;
28
const siteName = core.getInput("site_name");
29
if (!siteName) {
30
core.setFailed("Required field `site_name` was not provided");
0 commit comments