From 903a3d53b30a453c7a08c504935b8572cd920c9c Mon Sep 17 00:00:00 2001 From: Constantin Piber <59023762+cpiber@users.noreply.github.com> Date: Sun, 31 May 2026 23:14:11 +0200 Subject: [PATCH] wiki: fix missing git repo change (#2080) --- .github/workflows/wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 4b834f240..b3cadaeaa 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -37,7 +37,7 @@ jobs: cd $GITHUB_WORKSPACE/${{github.repository}}.wiki cp -r $GITHUB_WORKSPACE/${{github.repository}}/docs/* . - stable="$(git describe --abbrev=0 --tags)" + stable="$(git -C $GITHUB_WORKSPACE/${{github.repository}} describe --abbrev=0 --tags)" if ! git -C $GITHUB_WORKSPACE/${{github.repository}} log --exit-code --pretty= "$stable.." -- docs/Configuring-Suwayomi‐Server.md; then echo "Changes to config detected, embedding link to stable" sed -i '1s/^/> [!WARNING]\n> This document describes the settings available in the preview version. Please head to ['$stable'](https:\/\/github.com\/Suwayomi\/Suwayomi-Server\/blob\/'$stable'\/docs\/Configuring-Suwayomi%E2%80%90Server.md) for the current stable version\n\n/' Configuring-Suwayomi‐Server.md