fix: prettier'd new code

This commit is contained in:
CommunityMaintained 2026-06-14 13:45:17 -05:00
parent 67c85f314d
commit ba41fb22cd
3 changed files with 13 additions and 13 deletions

View file

@ -2,9 +2,9 @@ name: CI
on:
push:
branches-ignore: ["master"]
branches-ignore: ['master']
pull_request:
branches: ["master"]
branches: ['master']
jobs:
test:

View file

@ -2,7 +2,7 @@ name: Release Please
on:
push:
branches: ["master"]
branches: ['master']
jobs:
test:

View file

@ -168,7 +168,7 @@ If you change this setting and it works well for you, please open an issue or le
### Environment variables
| Name | Required? | Default | Notes |
| --------------------------- | --------- | ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
| --------------------------- | --------- | ------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
| `TZ` | No | `UTC` | Must follow IANA TZ format |
| `LOG_LEVEL` | No | `debug` | Can be set to `info` but `debug` is strongly recommended |
| `UMASK` | No | `022` | Unraid users may want to set this to `000` |