fix: adapt paths
This commit is contained in:
@@ -25,12 +25,17 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: bec/bec_shared_actions
|
||||
ref: main
|
||||
path: bec_shared_actions
|
||||
- name: Checkout BEC Plugin Repository
|
||||
shell: bash
|
||||
run: |
|
||||
echo " --- Current Directory: $(pwd) --- "
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||
chmod +x ./checkout_repositories/run_ci.sh
|
||||
./checkout_repositories/run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \
|
||||
"${{ inputs.BEC_CORE_BRANCH }}" \
|
||||
"${{ inputs.BEC_WIDGETS_BRANCH }}" \
|
||||
|
||||
Reference in New Issue
Block a user