From ba2a3606b92cfe84f9ae3b409a8d756a632fe7c7 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 11 Jan 2025 12:55:39 +0100 Subject: [PATCH] WIP --- .gitea/workflows/markdown-linters.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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