Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/332a426b0d2b513759d67a35ea60494f29c5a346
You should set ROOT_URL correctly, otherwise the web may not work correctly.
5 changed files with
12 additions and
12 deletions
@ -23,7 +23,7 @@ jobs:
runs-on : ubuntu-latest
steps:
- name : Checkout repository
uses : actions/checkout@v 2
uses : actions/checkout@v 3
with:
fetch-depth : 1
@ -62,7 +62,7 @@ jobs:
steps:
- name : Checkout repository
uses : actions/checkout@v 2
uses : actions/checkout@v 3
with:
fetch-depth : 1
@ -18,7 +18,7 @@ jobs:
exit 1
- name : Checkout
uses : actions/checkout@v 2
uses : actions/checkout@v 3
with:
fetch-depth : ${{ env.FETCH_DEPTH }}
ref : development
@ -22,7 +22,7 @@ jobs:
exit 1
- name : Checkout
uses : actions/checkout@v 2
uses : actions/checkout@v 3
with:
fetch-depth : 0
ref : development
@ -62,7 +62,7 @@ jobs:
runs-on : ubuntu-latest
steps:
- name : Checkout
uses : actions/checkout@v 2
uses : actions/checkout@v 3
- name : Merge development -> master
uses : devmasx/merge-branch@1.4.0
@ -16,7 +16,7 @@ jobs:
exit 1
- name : Checkout
uses : actions/checkout@v 2
uses : actions/checkout@v 3
with:
fetch-depth : ${{ env.FETCH_DEPTH }}
ref : development
@ -3609,9 +3609,9 @@
"integrity" : "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
} ,
"node_modules/@types/react" : {
"version" : "17.0.3 8 ",
"resolved" : "https://registry.npmjs.org/@types/react/-/react-17.0.3 8 .tgz",
"integrity" : "sha512- SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ ==",
"version" : "17.0.3 9 ",
"resolved" : "https://registry.npmjs.org/@types/react/-/react-17.0.3 9 .tgz",
"integrity" : "sha512- UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug ==",
"dependencies" : {
"@types/prop-types" : "*" ,
"@types/scheduler" : "*" ,
@ -25021,9 +25021,9 @@
"integrity" : "sha512-L28j2FcJfSZOnL1WBjDYp2vUHCeIFlyYI/53EwD/rKUBQ7MtUUfbQWiyKJGpcnv4/WgrhWsFKrcPstcAt/J0tQ=="
} ,
"@types/react" : {
"version" : "17.0.3 8 ",
"resolved" : "https://registry.npmjs.org/@types/react/-/react-17.0.3 8 .tgz",
"integrity" : "sha512- SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ ==",
"version" : "17.0.3 9 ",
"resolved" : "https://registry.npmjs.org/@types/react/-/react-17.0.3 9 .tgz",
"integrity" : "sha512- UVavlfAxDd/AgAacMa60Azl7ygyQNRwC/DsHZmKgNvPmRR5p70AJ5Q9EAmL2NWOJmeV+vVUI4IAP7GZrN8h8Ug ==",
"requires" : {
"@types/prop-types" : "*" ,
"@types/scheduler" : "*" ,