Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/scrutiny/src/commit/e4bbe8c035cf5e7d42b8531fff137e689967b7f1/.github/workflows/sponsors.yaml
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
name: Label sponsors
|
|
on:
|
|
pull_request:
|
|
types: [opened]
|
|
issues:
|
|
types: [opened]
|
|
jobs:
|
|
build:
|
|
name: is-sponsor-label
|
|
runs-on: ubuntu-latest
|
|
if: ${{ false }}
|
|
steps:
|
|
- uses: JasonEtco/is-sponsor-label-action@v1.2.0
|
|
env:
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|