From 6710d3594796d5560a7f444634ff5bc5eff9fa7b Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Wed, 25 Jun 2025 20:37:58 +0200 Subject: [PATCH] wip --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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