mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-19 06:09:18 +00:00
Update autolabeler.yml
This commit is contained in:
parent
69ff934a42
commit
862aa76daa
2
.github/workflows/autolabeler.yml
vendored
2
.github/workflows/autolabeler.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
const fileContent = await fs.readFile(configPath, 'utf-8');
|
const fileContent = await fs.readFile(configPath, 'utf-8');
|
||||||
config = JSON.parse(fileContent);
|
config = JSON.parse(fileContent);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error(`❌ Fehler beim Laden der Konfigurationsdatei: ${error.message}`);
|
console.error(`❌ Issue while load config file: ${error.message}`);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user