fix: flatten input args passing into bash script

This commit is contained in:
2025-09-24 11:49:32 -05:00
parent c1074b2313
commit b31e3fc15e

View File

@@ -43,8 +43,4 @@ runs:
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 }}" \
"${{ inputs.BEC_CORE_BRANCH }}" \
"${{ inputs.BEC_WIDGETS_BRANCH }}" \
"${{ inputs.OPHYD_DEVICES_BRANCH }}"
"$SCRIPT_PATH" "${{ inputs.PLUGIN_REPO_NAME }}" "${{ inputs.BEC_PLUGIN_REPO_BRANCH }}" "${{ inputs.BEC_CORE_BRANCH }}" "${{ inputs.BEC_WIDGETS_BRANCH }}" "${{ inputs.OPHYD_DEVICES_BRANCH }}"