debug
Some checks failed
Build and push image for doorman-homeassistant / diff (push) Failing after 11s
Build and push Doorman UI / API / diff (push) Has been cancelled
Build and push Doorman UI / API / twilio (push) Has been cancelled
Build and push image for doorman-homeassistant / test (push) Successful in 3s
Build and push image for doorman-homeassistant / docker (push) Has been skipped
Build and push image for doorman-homeassistant / deploy-gitainer (push) Has been skipped

This commit is contained in:
Martin Dimitrov 2025-10-15 19:14:52 -07:00
parent 3ff347fe55
commit ae4c82e1c0

View File

@ -15,11 +15,12 @@ jobs:
token: ${{ github.token }}
test:
needs: diff
runs-on: ubuntu-22.04
steps:
- name: check output of diff
run: echo ${{ needs.diff }}
- name: check output
env:
ALLMYVARS: ${{ toJSON(vars) }}
run: echo $ALLMYVARS
docker:
needs: diff