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 }}" \