GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-06-23 08:07:16 +00:00
parent fe72bfb9d7
commit 64fa2adc6b

View File

@@ -1,9 +1,5 @@
{ {
"arch": [ "arch": ["aarch64", "amd64", "armv7"],
"aarch64",
"amd64",
"armv7"
],
"backup": "cold", "backup": "cold",
"codenotary": "alexandrep.github@gmail.com", "codenotary": "alexandrep.github@gmail.com",
"description": "Postgres 15 with VectorChord support", "description": "Postgres 15 with VectorChord support",
@@ -15,11 +11,7 @@
"hassio_role": "manager", "hassio_role": "manager",
"image": "ghcr.io/alexbelgium/postgres-{arch}", "image": "ghcr.io/alexbelgium/postgres-{arch}",
"init": false, "init": false,
"map": [ "map": ["addon_config:rw", "homeassistant_config:rw", "media:rw"],
"addon_config:rw",
"homeassistant_config:rw",
"media:rw"
],
"name": "Postgres 15", "name": "Postgres 15",
"options": { "options": {
"POSTGRES_PASSWORD": "homeassistant" "POSTGRES_PASSWORD": "homeassistant"