ci: pull core repos from gitea
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user