From 2f7cd509383e3556c20a5effdbbe9bdcc1244b39 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Mon, 21 Jul 2025 15:15:32 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index f5ff4e2b..ae65d8b3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -20,10 +20,10 @@ jobs: - name: Run reusable pytest-ci action uses: ./test-ci with: - ci-branch: main + ci-branch: test_actions_on_utils module-dir: slic report-dir: ci-reports gitea-domain: gitea.psi.ch - repo-path: tligui_y/test-ci + repo-path: tligui_y/slic ci-token: ${{ secrets.CI_TOKEN }}