mirror of
https://github.com/github/codeql-action.git
synced 2026-01-03 13:10:06 +08:00
Fix new linter errors
This commit is contained in:
@@ -39,7 +39,7 @@ export async function uploadDebugArtifacts(
|
||||
JSON.parse(matrix) as any[][],
|
||||
).sort())
|
||||
suffix += `-${matrixVal}`;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
core.info(
|
||||
"Could not parse user-specified `matrix` input into JSON. The debug artifact will not be named with the user's `matrix` input.",
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user