From d38966fc9931445e87d66428d79feb8599d1ed49 Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 24 Sep 2025 11:25:25 -0500 Subject: [PATCH] fix: action repo name --- checkout_repositories/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkout_repositories/action.yml b/checkout_repositories/action.yml index b70d797..782dacb 100644 --- a/checkout_repositories/action.yml +++ b/checkout_repositories/action.yml @@ -29,7 +29,7 @@ runs: shell: bash run: | chmod +x run_ci.sh - ./run_ci.sh "${{ inputs.BEC_PLUGIN_REPO_URL }}" \ + ./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}" \ "${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \ "${{ inputs.BEC_CORE_BRANCH }}" \ "${{ inputs.BEC_WIDGETS_BRANCH }}" \