mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +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');
|
||||
config = JSON.parse(fileContent);
|
||||
} catch (error) {
|
||||
console.error(`❌ Fehler beim Laden der Konfigurationsdatei: ${error.message}`);
|
||||
console.error(`❌ Issue while load config file: ${error.message}`);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user