fix: adjust script path
This commit is contained in:
@@ -34,8 +34,10 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
echo " --- Current Directory: $(pwd) --- "
|
||||
chmod +x ./checkout_repositories/run_ci.sh
|
||||
./checkout_repositories/run_ci.sh "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||
SCRIPT_PATH="${{ github.action_path }}/run_ci.sh"
|
||||
echo " --- Script Path: $SCRIPT_PATH --- "
|
||||
chmod +x "$SCRIPT_PATH"
|
||||
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \
|
||||
"${{ inputs.BEC_CORE_BRANCH }}" \
|
||||
"${{ inputs.BEC_WIDGETS_BRANCH }}" \
|
||||
|
||||
Reference in New Issue
Block a user