fix lint issues

Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2026-01-07 16:15:39 +01:00
parent 2fec442ac0
commit 607c92fb2b
No known key found for this signature in database
GPG key ID: ADE44D8C9D44FBE4
2 changed files with 2 additions and 2 deletions

View file

@ -230,7 +230,7 @@ actionsToolkit.run(
await core.group(`Removing temp folder ${stateHelper.tmpDir}`, async () => {
try {
fs.rmSync(stateHelper.tmpDir, {recursive: true});
} catch (e) {
} catch {
core.warning(`Failed to remove temp folder ${stateHelper.tmpDir}`);
}
});