fix: add debuggin for the inputs

This commit is contained in:
2025-09-24 11:47:47 -05:00
parent f8daf8615d
commit c1074b2313

View File

@@ -36,6 +36,12 @@ runs:
echo " --- Current Directory: $(pwd) --- "
SCRIPT_PATH="${{ github.action_path }}/run_ci.sh"
echo " --- Script Path: $SCRIPT_PATH --- "
echo " --- Using inputs --- "
echo "PLUGIN_REPO_NAME: ${{ inputs.PLUGIN_REPO_NAME }}"
echo "BEC_PLUGIN_REPO_BRANCH: ${{ inputs.BEC_PLUGIN_REPO_BRANCH }}"
echo "BEC_CORE_BRANCH: ${{ inputs.BEC_CORE_BRANCH }}"
echo "BEC_WIDGETS_BRANCH: ${{ inputs.BEC_WIDGETS_BRANCH }}"
echo "OPHYD_DEVICES_BRANCH: ${{ inputs.OPHYD_DEVICES_BRANCH }}"
chmod +x "$SCRIPT_PATH"
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}" \
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \