mirror of
https://github.com/samsonjs/immich.git
synced 2026-03-25 09:15:56 +00:00
fix: set TG_NON_INTERACTIVE (#23153)
This commit is contained in:
parent
fc5fc58759
commit
0b941d78c4
2 changed files with 6 additions and 0 deletions
3
.github/workflows/docs-deploy.yml
vendored
3
.github/workflows/docs-deploy.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
types:
|
||||
- completed
|
||||
|
||||
env:
|
||||
TG_NON_INTERACTIVE: 'true'
|
||||
|
||||
jobs:
|
||||
checks:
|
||||
name: Docs Deploy Checks
|
||||
|
|
|
|||
3
.github/workflows/docs-destroy.yml
vendored
3
.github/workflows/docs-destroy.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
|
||||
permissions: {}
|
||||
|
||||
env:
|
||||
TG_NON_INTERACTIVE: 'true'
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
name: Docs Destroy
|
||||
|
|
|
|||
Loading…
Reference in a new issue