Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/GPT3Discord/commit/7dfc4048cfe357e03bbb5da5ddf7e4aa231177f1 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update main.yml

Kaveen Kumarasinghe 2 years ago committed by GitHub
parent d01eeee9d6
commit 7dfc4048cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,8 @@ jobs:
- uses: actions/checkout@v2
- name: Run a one-line script
run: echo Hello, world!
- name: Python Black
uses: cytopia/docker-black@0.10
- uses: actions/checkout@master
- name: copy file via ssh password
uses: appleboy/scp-action@master

Loading…
Cancel
Save