fix build run
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Successful in 12s
Build and push Doorman UI / API / diff (push) Successful in 12s
Build and push image for doorman-homeassistant / docker (push) Successful in 50s
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / deploy-gitainer (push) Successful in 5s

This commit is contained in:
Martin Dimitrov 2025-10-29 09:32:32 -07:00
parent 3d7f30a574
commit 58de01deaf
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
with:
repository: ${{ github.repository }}
ref: ${{ github.ref }}
files: packages/doorman-homeassistant/*
files: packages/doorman-homeassistant/**
secrets:
token: ${{ github.token }}

View File

@ -23,6 +23,7 @@ app.get("/api/door/info", async (c) => {
const config = await db.entities.doorConfig.findById(getDoorConfigID(door));
console.log(config);
if (!config) {
return c.json({
msg: "This buzzer is not registered properly",