Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/blame/commit/166c2a745ad9535ab21ce2ff5f8a36da21451654/.github/workflows/schedule.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
bazarr/.github/workflows/schedule.yaml

18 lines
358 B

name: Schedule Trigger
on:
schedule:
- cron: '0 6 * * *'
workflow_dispatch:
jobs:
Release-Nightly:
runs-on: ubuntu-latest
steps:
- name: Execute
uses: benc-uk/workflow-dispatch@v1
with:
workflow: "release_beta_to_dev"
token: ${{ secrets.WF_GITHUB_TOKEN }}
ref: "refs/heads/development"