diff --git a/.gitea/plugin_repo_tests/action.yml b/.gitea/plugin_repo_tests/action.yml index e920a63..d4422c4 100644 --- a/.gitea/plugin_repo_tests/action.yml +++ b/.gitea/plugin_repo_tests/action.yml @@ -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