Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/76679624312479cff194b1e61a36a70737b2a202 You should set ROOT_URL correctly, otherwise the web may not work correctly.

build(deps): bump actions/setup-python from 5.1.0 to 5.1.1 ()

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2023/head
dependabot[bot] 8 months ago committed by GitHub
parent 855f545c98
commit 7667962431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4.1.5
- name: Setup Python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: "3.x"

@ -24,7 +24,7 @@ jobs:
includes
overrides
- name: Setup python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.x
- name: Get pip cache directory
@ -64,7 +64,7 @@ jobs:
includes
overrides
- name: Setup python
uses: actions/setup-python@v5.1.0
uses: actions/setup-python@v5.1.1
with:
python-version: 3.x
- name: Get pip cache directory

@ -20,7 +20,7 @@ jobs:
name: Validate metadata.json
steps:
- uses: actions/checkout@v4.1.6
- uses: actions/setup-python@v5.1.0
- uses: actions/setup-python@v5.1.1
with:
python-version: 3.x
- run: pip install jsonschema

Loading…
Cancel
Save