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

18 lines
362 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.2.4
with:
workflow: "release_beta_to_dev"
token: ${{ secrets.WF_GITHUB_TOKEN }}
ref: "refs/heads/development"