Skip to content

Commit

Permalink
Fix ADDITIONAL_ENV_VARS format
Browse files Browse the repository at this point in the history
  • Loading branch information
sibbl authored Feb 22, 2024
1 parent 2484a11 commit 8cb3b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ schema:
PREFERS_COLOR_SCHEME: "list(light|dark)?"
HA_BATTERY_WEBHOOK: "str"
ADDITIONAL_ENV_VARS:
- name: match(^[A-Z0-9_]+\=.+$)
- name: match(^[A-Z0-9_]+$)
value: str
environment:
output_path: "/output/cover.png"

0 comments on commit 8cb3b2c

Please sign in to comment.