fix: adapt paths
This commit is contained in:
@@ -13,6 +13,11 @@ inputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
repository: bec/bec_shared_actions
|
||||
ref: main
|
||||
path: bec_shared_actions
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@@ -20,5 +25,5 @@ runs:
|
||||
- name: Install Python Environment
|
||||
shell: bash
|
||||
run: |
|
||||
chmod +x ./run_ci.sh
|
||||
./run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
chmod +x ./install_python_env/run_ci.sh
|
||||
./install_python_env/run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}"
|
||||
|
||||
Reference in New Issue
Block a user