From 3d5dcf32919603aeeafc0e5efe9a001d0d6cf94e Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Fri, 13 Jun 2025 18:49:16 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1adc984..cbf941c 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -38,7 +38,7 @@ jobs: ref: main - name: Install and test a BEC plugin repository - uses: https://gitea.psi.ch/bec/bec_shared_actions/.gitea/plugin_repo_tests.git@main + uses: https://gitea.psi.ch/bec/bec_shared_actions/.gitea/plugin_repo_tests@main with: BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH || 'main' }} BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH || 'main' }}