mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-06-11 08:20:25 +01:00
fix(issue-form): bound the gh release fetch with a 30s timeout
This commit is contained in:
@@ -52,7 +52,9 @@ const raw = execFileSync(
|
||||
"--jq",
|
||||
".[].tagName",
|
||||
],
|
||||
{ encoding: "utf8" },
|
||||
// Bounded timeout so a stuck gh process fails the job fast instead of
|
||||
// holding the workflow open until the job-level timeout.
|
||||
{ encoding: "utf8", timeout: 30_000 },
|
||||
);
|
||||
const seen = new Set();
|
||||
const versions = [];
|
||||
|
||||
Reference in New Issue
Block a user