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 }}