diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 155f7ee..ed5c4b8 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -48,7 +48,8 @@ jobs: path: bec_shared_actions - name: Run shared CI action - uses: ./bec_shared_actions + uses: bec/bec_shared_actions/.gitea/workflows/shared-ci.yml@main + # uses: ./bec_shared_actions with: BEC_WIDGETS_BRANCH: "${{ github.event.inputs.BEC_WIDGETS_BRANCH || 'main' }}" BEC_CORE_BRANCH: "${{ github.event.inputs.BEC_CORE_BRANCH || 'main' }}"