fix: add debuggin for the inputs
This commit is contained in:
@@ -36,6 +36,12 @@ runs:
|
|||||||
echo " --- Current Directory: $(pwd) --- "
|
echo " --- Current Directory: $(pwd) --- "
|
||||||
SCRIPT_PATH="${{ github.action_path }}/run_ci.sh"
|
SCRIPT_PATH="${{ github.action_path }}/run_ci.sh"
|
||||||
echo " --- Script Path: $SCRIPT_PATH --- "
|
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"
|
chmod +x "$SCRIPT_PATH"
|
||||||
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}" \
|
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}" \
|
||||||
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \
|
"${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user