diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5dcc6d5..fceb31d 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -43,9 +43,6 @@ jobs: - name: Checkout BEC Plugin Repository id: plugin_checkout uses: actions/checkout@v4 - with: - repository: bec/phoenix_bec - ref: ${{ inputs.BEC_PLUGIN_REPO_BRANCH || 'main' }} - name: Setup Python uses: actions/setup-python@v4