From 052c883ef6ba61765ab32f2cee5adc2b0bec0d02 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Thu, 10 Jul 2025 17:36:29 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 9855f368e..a51ea9257 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -163,4 +163,4 @@ jobs: git config user.email "ci-bot@example.com" git add . git commit -m "Add wiki reports for ${{ steps.info.outputs.short_sha }} ${{ steps.info.outputs.commit_num }}" || echo "Nothing to commit" - git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic/wiki HEAD:master + git push https://ci-token:${{ secrets.CI_TOKEN }}@gitea.psi.ch/tligui_y/slic/wiki.git HEAD:master