diff --git a/.gitea/workflows/markdown-linters.yaml b/.gitea/workflows/markdown-linters.yaml index a50bb04..21bd88c 100644 --- a/.gitea/workflows/markdown-linters.yaml +++ b/.gitea/workflows/markdown-linters.yaml @@ -15,5 +15,6 @@ jobs: - ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - name: Check Links in Markdown files - run: npm install && npm run readme:link \ No newline at end of file + with: + github-server-url: https://git.cryptic.systems + - run: npm install && npm run readme:link \ No newline at end of file