ci: pull core repos from gitea

This commit is contained in:
2025-06-06 11:16:32 +02:00
parent e3c7023bf3
commit b3627e1f19

View File

@ -60,7 +60,7 @@ runs:
uses: actions/checkout@v4
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
with:
repository: bec-project/bec
repository: bec/bec
ref: ${{ inputs.BEC_CORE_BRANCH }}
path: ./_checkout_/bec
@ -68,7 +68,7 @@ runs:
uses: actions/checkout@v4
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
with:
repository: bec-project/ophyd_devices
repository: bec/ophyd_devices
ref: ${{ inputs.OPHYD_DEVICES_BRANCH }}
path: ./_checkout_/ophyd_devices
@ -76,7 +76,7 @@ runs:
uses: actions/checkout@v4
if: ( steps.plugin_checkout.outputs.skip_tests != 'true' )
with:
repository: bec-project/bec_widgets
repository: bec/bec_widgets
ref: ${{ inputs.BEC_WIDGETS_BRANCH }}
path: ./_checkout_/bec_widgets